- CubicSpline/1002/NaCurves.py . . . . 3 matches
import TriDiagonal
matrixY = TriDiagonal.getMatrixY(l, b)
tempY = TriDiagonal.getMatrixX(u, matrixY)
- TriDiagonal/1002 . . . . 2 matches
수치해석 레포트로 나온 TriDiagonal 문제에 대한 나름대로의 (--;) TFP 식 접근 풀이. 오히려 다른 사람들보다 소스가 커지긴 했지만, 소스를 원한다면 더 줄일 수 있고 (단, 코드를 알아보기 어려워질까봐 묶을 수 있는 부분에 대해서도 풀어 씀), LU 분해 부분에 대해서는 어느정도 일반화를 시켰다고 생각하기에 그리 나쁘진 않다고 생각하는중.
=== test_tridiagonal.py - tri-diagonal 부분에 대한 test-code ===
from TriDiagonal import *
class TestTridiagonal(unittest.TestCase):
- CubicSpline/1002 . . . . 1 match
* ["CubicSpline/1002/TriDiagonal.py"] - Tri-Diagonal Matrix 풀기 모듈
* ["CubicSpline/1002/test_tridiagonal.py"]
- CubicSpline/1002/test_tridiagonal.py . . . . 1 match
from TriDiagonal import *
class TestTridiagonal(unittest.TestCase):
- NumericalAnalysisClass . . . . 1 match
* ["NumericalAnalysisClass/Report2002_1"] - ["TriDiagonal/1002"]
- TriDiagonal . . . . 1 match
see also [TriDiagonal/1002]
Found 6 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.