AddMatrixMatrix(unsigned int matrixIndex1, unsigned int matrixIndex2) | itk::fem::LinearSystemWrapper | virtual |
AddMatrixValue(unsigned int i, unsigned int j, Float value, unsigned int matrixIndex) | itk::fem::LinearSystemWrapperVNL | inlinevirtual |
AddSolutionValue(unsigned int i, Float value, unsigned int solutionIndex) | itk::fem::LinearSystemWrapperVNL | inlinevirtual |
AddVectorValue(unsigned int i, Float value, unsigned int vectorIndex) | itk::fem::LinearSystemWrapperVNL | inlinevirtual |
AddVectorVector(unsigned int vectorIndex1, unsigned int vectorIndex2) | itk::fem::LinearSystemWrapper | virtual |
Clean(void) | itk::fem::LinearSystemWrapper | virtual |
ColumnArray typedef | itk::fem::LinearSystemWrapper | |
ConstPointer typedef | itk::fem::LinearSystemWrapper | |
CopyMatrix(unsigned int matrixIndex1, unsigned int matrixIndex2) | itk::fem::LinearSystemWrapper | virtual |
CopySolution2Vector(unsigned solutionIndex, unsigned int vectorIndex) | itk::fem::LinearSystemWrapperVNL | virtual |
itk::fem::LinearSystemWrapper::CopySolution2Vector(unsigned int solutionIndex, unsigned int vectorIndex)=0 | itk::fem::LinearSystemWrapper | pure virtual |
CopyVector(unsigned int vectorSource, unsigned int vectorDestination) | itk::fem::LinearSystemWrapper | virtual |
CopyVector2Solution(unsigned int vectorIndex, unsigned int solutionIndex) | itk::fem::LinearSystemWrapperVNL | virtual |
DestroyMatrix(unsigned int matrixIndex) | itk::fem::LinearSystemWrapperVNL | virtual |
DestroySolution(unsigned int solutionIndex) | itk::fem::LinearSystemWrapperVNL | virtual |
DestroyVector(unsigned int vectorIndex) | itk::fem::LinearSystemWrapperVNL | virtual |
Float typedef | itk::fem::LinearSystemWrapperVNL | |
GetColumnsOfNonZeroMatrixElementsInRow(unsigned int row, ColumnArray &cols, unsigned int matrixIndex=0) | itk::fem::LinearSystemWrapper | virtual |
GetMatrixValue(unsigned int i, unsigned int j, unsigned int matrixIndex) const | itk::fem::LinearSystemWrapperVNL | inlinevirtual |
GetNumberOfMatrices() const | itk::fem::LinearSystemWrapper | inline |
GetNumberOfSolutions() const | itk::fem::LinearSystemWrapper | inline |
GetNumberOfVectors() const | itk::fem::LinearSystemWrapper | inline |
GetSolutionValue(unsigned int i, unsigned int solutionIndex) const | itk::fem::LinearSystemWrapperVNL | virtual |
GetSystemOrder() const | itk::fem::LinearSystemWrapper | inline |
GetVectorValue(unsigned int i, unsigned int vectorIndex) const | itk::fem::LinearSystemWrapperVNL | inlinevirtual |
InitializeMatrix(unsigned int matrixIndex) | itk::fem::LinearSystemWrapperVNL | virtual |
InitializeSolution(unsigned int solutionIndex) | itk::fem::LinearSystemWrapperVNL | virtual |
InitializeVector(unsigned int vectorIndex) | itk::fem::LinearSystemWrapperVNL | virtual |
IsMatrixInitialized(unsigned int matrixIndex) | itk::fem::LinearSystemWrapperVNL | virtual |
IsSolutionInitialized(unsigned int solutionIndex) | itk::fem::LinearSystemWrapperVNL | virtual |
IsVectorInitialized(unsigned int vectorIndex) | itk::fem::LinearSystemWrapperVNL | virtual |
LinearSystemWrapper() | itk::fem::LinearSystemWrapper | inline |
LinearSystemWrapperVNL() | itk::fem::LinearSystemWrapperVNL | inline |
m_Matrices | itk::fem::LinearSystemWrapperVNL | private |
m_NumberOfMatrices | itk::fem::LinearSystemWrapper | protected |
m_NumberOfSolutions | itk::fem::LinearSystemWrapper | protected |
m_NumberOfVectors | itk::fem::LinearSystemWrapper | protected |
m_Order | itk::fem::LinearSystemWrapper | protected |
m_Solutions | itk::fem::LinearSystemWrapperVNL | private |
m_Vectors | itk::fem::LinearSystemWrapperVNL | private |
MatrixHolder typedef | itk::fem::LinearSystemWrapperVNL | |
MatrixRepresentation typedef | itk::fem::LinearSystemWrapperVNL | |
MultiplyMatrixMatrix(unsigned int resultMatrixIndex, unsigned int leftMatrixIndex, unsigned int rightMatrixIndex) | itk::fem::LinearSystemWrapperVNL | virtual |
MultiplyMatrixSolution(unsigned int resultVectorIndex, unsigned int matrixIndex, unsigned int solutionIndex) | itk::fem::LinearSystemWrapper | virtual |
MultiplyMatrixVector(unsigned int resultVectorIndex, unsigned int matrixIndex, unsigned int vectorIndex) | itk::fem::LinearSystemWrapperVNL | virtual |
OptimizeMatrixStorage(unsigned int matrixIndex, unsigned int tempMatrixIndex) | itk::fem::LinearSystemWrapper | virtual |
Pointer typedef | itk::fem::LinearSystemWrapper | |
ReverseCuthillMckeeOrdering(ColumnArray &newNumbering, unsigned int matrixIndex=0) | itk::fem::LinearSystemWrapper | virtual |
ScaleMatrix(Float scale, unsigned int matrixIndex) | itk::fem::LinearSystemWrapperVNL | virtual |
ScaleSolution(Float scale, unsigned int solutionIndex=0) | itk::fem::LinearSystemWrapper | |
ScaleVector(Float scale, unsigned int vectorIndex=0) | itk::fem::LinearSystemWrapper | |
Self typedef | itk::fem::LinearSystemWrapper | |
SetMatrixValue(unsigned int i, unsigned int j, Float value, unsigned int matrixIndex) | itk::fem::LinearSystemWrapperVNL | inlinevirtual |
SetMaximumNonZeroValuesInMatrix(unsigned int, unsigned int) | itk::fem::LinearSystemWrapperVNL | inlinevirtual |
SetNumberOfMatrices(unsigned int nMatrices) | itk::fem::LinearSystemWrapper | inline |
SetNumberOfSolutions(unsigned int nSolutions) | itk::fem::LinearSystemWrapper | inline |
SetNumberOfVectors(unsigned int nVectors) | itk::fem::LinearSystemWrapper | inline |
SetSolutionValue(unsigned int i, Float value, unsigned int solutionIndex) | itk::fem::LinearSystemWrapperVNL | inlinevirtual |
SetSystemOrder(unsigned int N) | itk::fem::LinearSystemWrapper | inline |
SetVectorValue(unsigned int i, Float value, unsigned int vectorIndex) | itk::fem::LinearSystemWrapperVNL | inlinevirtual |
Solve(void) | itk::fem::LinearSystemWrapperVNL | virtual |
SuperClass typedef | itk::fem::LinearSystemWrapperVNL | |
Superclass typedef | itk::fem::LinearSystemWrapper | |
SwapMatrices(unsigned int matrixIndex1, unsigned int matrixIndex2) | itk::fem::LinearSystemWrapperVNL | virtual |
SwapSolutions(unsigned int solutionIndex1, unsigned int solutionIndex2) | itk::fem::LinearSystemWrapperVNL | virtual |
SwapVectors(unsigned int vectorIndex1, unsigned int vectorIndex2) | itk::fem::LinearSystemWrapperVNL | virtual |
~LinearSystemWrapper() | itk::fem::LinearSystemWrapper | inlinevirtual |
~LinearSystemWrapperVNL() | itk::fem::LinearSystemWrapperVNL | virtual |
~Solution() | itk::fem::Solution | inlinevirtual |