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::LinearSystemWrapperItpack | virtual |
AddSolutionValue(unsigned int i, Float value, unsigned int solutionIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
AddVectorValue(unsigned int i, Float value, unsigned int vectorIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
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::LinearSystemWrapperItpack | 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::LinearSystemWrapperItpack | virtual |
DestroyMatrix(unsigned int matrixIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
DestroySolution(unsigned int solutionIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
DestroyVector(unsigned int vectorIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
Float typedef | itk::fem::Solution | |
GetAccuracy() const | itk::fem::LinearSystemWrapperItpack | inline |
GetAdaptiveCaseSwitch() const | itk::fem::LinearSystemWrapperItpack | inline |
GetAdaptiveSwitch() const | itk::fem::LinearSystemWrapperItpack | inline |
GetColumnsOfNonZeroMatrixElementsInRow(unsigned int row, ColumnArray &cols, unsigned int matrixIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
GetCommunicationSwitch() const | itk::fem::LinearSystemWrapperItpack | inline |
GetDampingFactor() const | itk::fem::LinearSystemWrapperItpack | inline |
GetDigitsInError() const | itk::fem::LinearSystemWrapperItpack | inline |
GetDigitsInResidual() const | itk::fem::LinearSystemWrapperItpack | inline |
GetErrorAnalysisSwitch() const | itk::fem::LinearSystemWrapperItpack | inline |
GetErrorReportingLevel() const | itk::fem::LinearSystemWrapperItpack | inline |
GetEstimatedSpectralRadiusLU() const | itk::fem::LinearSystemWrapperItpack | inline |
GetEstimatedSpectralRadiusSSOR() const | itk::fem::LinearSystemWrapperItpack | inline |
GetLargestJacobiEigenvalueEstimate() const | itk::fem::LinearSystemWrapperItpack | inline |
GetMatrixValue(unsigned int i, unsigned int j, unsigned int matrixIndex) const | itk::fem::LinearSystemWrapperItpack | virtual |
GetMaximumNumberIterations() const | itk::fem::LinearSystemWrapperItpack | inline |
GetNumberOfMatrices() const | itk::fem::LinearSystemWrapper | inline |
GetNumberOfSolutions() const | itk::fem::LinearSystemWrapper | inline |
GetNumberOfVectors() const | itk::fem::LinearSystemWrapper | inline |
GetOutputNumber() const | itk::fem::LinearSystemWrapperItpack | inline |
GetOverrelaxationParameter() | itk::fem::LinearSystemWrapperItpack | inline |
GetRedBlackOrderingSwitch() | itk::fem::LinearSystemWrapperItpack | inline |
GetRemoveSwitch() | itk::fem::LinearSystemWrapperItpack | inline |
GetSmallestJacobiEigenvalueEstimate() | itk::fem::LinearSystemWrapperItpack | inline |
GetSolutionValue(unsigned int i, unsigned int solutionIndex) const | itk::fem::LinearSystemWrapperItpack | virtual |
GetSymmetricMatrixFlag() | itk::fem::LinearSystemWrapperItpack | inline |
GetSystemOrder() const | itk::fem::LinearSystemWrapper | inline |
GetTimeForCall() | itk::fem::LinearSystemWrapperItpack | inline |
GetTimeToConvergence() | itk::fem::LinearSystemWrapperItpack | inline |
GetTimingSwitch() | itk::fem::LinearSystemWrapperItpack | inline |
GetTolerance() | itk::fem::LinearSystemWrapperItpack | inline |
GetVectorValue(unsigned int i, unsigned int vectorIndex) const | itk::fem::LinearSystemWrapperItpack | virtual |
GetWorkspaceUsed() | itk::fem::LinearSystemWrapperItpack | inline |
InitializeMatrix(unsigned int matrixIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
InitializeSolution(unsigned int solutionIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
InitializeVector(unsigned int vectorIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
IsMatrixInitialized(unsigned int matrixIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
IsSolutionInitialized(unsigned int solutionIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
IsVectorInitialized(unsigned int vectorIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
JacobianConjugateGradient() | itk::fem::LinearSystemWrapperItpack | inline |
JacobianSemiIterative() | itk::fem::LinearSystemWrapperItpack | inline |
LinearSystemWrapper() | itk::fem::LinearSystemWrapper | inline |
LinearSystemWrapperItpack() | itk::fem::LinearSystemWrapperItpack | |
m_IPARM | itk::fem::LinearSystemWrapperItpack | private |
m_Matrices | itk::fem::LinearSystemWrapperItpack | private |
m_MaximumNonZeroValues | itk::fem::LinearSystemWrapperItpack | private |
m_Method | itk::fem::LinearSystemWrapperItpack | private |
m_Methods | itk::fem::LinearSystemWrapperItpack | 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_RPARM | itk::fem::LinearSystemWrapperItpack | private |
m_Solutions | itk::fem::LinearSystemWrapperItpack | private |
m_Vectors | itk::fem::LinearSystemWrapperItpack | private |
MatrixHolder typedef | itk::fem::LinearSystemWrapperItpack | |
MatrixRepresentation typedef | itk::fem::LinearSystemWrapperItpack | |
MultiplyMatrixMatrix(unsigned int resultMatrixIndex, unsigned int leftMatrixIndex, unsigned int rightMatrixIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
MultiplyMatrixSolution(unsigned int resultVectorIndex, unsigned int matrixIndex, unsigned int solutionIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
MultiplyMatrixVector(unsigned int resultVectorIndex, unsigned int matrixIndex, unsigned int vectorIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
OptimizeMatrixStorage(unsigned int matrixIndex, unsigned int tempMatrixIndex) | itk::fem::LinearSystemWrapper | virtual |
Pointer typedef | itk::fem::LinearSystemWrapper | |
ReducedSystemConjugateGradient() | itk::fem::LinearSystemWrapperItpack | inline |
ReducedSystemSemiIteration() | itk::fem::LinearSystemWrapperItpack | inline |
ReverseCuthillMckeeOrdering(ColumnArray &newNumbering, unsigned int matrixIndex=0) | itk::fem::LinearSystemWrapper | virtual |
ScaleMatrix(Float scale, unsigned int matrixIndex) | itk::fem::LinearSystemWrapperItpack | 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::LinearSystemWrapperItpack | |
SetAccuracy(double i) | itk::fem::LinearSystemWrapperItpack | inline |
SetAdaptiveCaseSwitch(int i) | itk::fem::LinearSystemWrapperItpack | inline |
SetAdaptiveSwitch(int i) | itk::fem::LinearSystemWrapperItpack | inline |
SetCommunicationSwitch(int i) | itk::fem::LinearSystemWrapperItpack | inline |
SetDampingFactor(double i) | itk::fem::LinearSystemWrapperItpack | inline |
SetDigitsInError(double i) | itk::fem::LinearSystemWrapperItpack | inline |
SetDigitsInResidual(double i) | itk::fem::LinearSystemWrapperItpack | inline |
SetErrorAnalysisSwitch(int i) | itk::fem::LinearSystemWrapperItpack | inline |
SetEstimatedSpectralRadiusLU(double i) | itk::fem::LinearSystemWrapperItpack | inline |
SetEstimatedSpectralRadiusSSOR(double i) | itk::fem::LinearSystemWrapperItpack | inline |
SetLargestJacobiEigenvalueEstimate(double i) | itk::fem::LinearSystemWrapperItpack | inline |
SetMatrixValue(unsigned int i, unsigned int j, Float value, unsigned int matrixIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
SetMaximumNonZeroValuesInMatrix(unsigned int maxNonZeroValues) | itk::fem::LinearSystemWrapperItpack | inlinevirtual |
SetMaximumNumberIterations(int i) | itk::fem::LinearSystemWrapperItpack | inline |
SetNumberOfMatrices(unsigned int nMatrices) | itk::fem::LinearSystemWrapper | inline |
SetNumberOfSolutions(unsigned int nSolutions) | itk::fem::LinearSystemWrapper | inline |
SetNumberOfVectors(unsigned int nVectors) | itk::fem::LinearSystemWrapper | inline |
SetOverrelaxationParameter(double i) | itk::fem::LinearSystemWrapperItpack | inline |
SetRedBlackOrderingSwitch(int i) | itk::fem::LinearSystemWrapperItpack | inline |
SetRemoveSwitch(int i) | itk::fem::LinearSystemWrapperItpack | inline |
SetSmallestJacobiEigenvalueEstimate(double i) | itk::fem::LinearSystemWrapperItpack | inline |
SetSolutionValue(unsigned int i, Float value, unsigned int solutionIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
SetSymmetricMatrixFlag(int i) | itk::fem::LinearSystemWrapperItpack | inline |
SetSystemOrder(unsigned int N) | itk::fem::LinearSystemWrapper | inline |
SetTimeForCall(double i) | itk::fem::LinearSystemWrapperItpack | inline |
SetTimeToConvergence(double i) | itk::fem::LinearSystemWrapperItpack | inline |
SetTimingSwitch(int i) | itk::fem::LinearSystemWrapperItpack | inline |
SetTolerance(double i) | itk::fem::LinearSystemWrapperItpack | inline |
SetVectorValue(unsigned int i, Float value, unsigned int vectorIndex) | itk::fem::LinearSystemWrapperItpack | virtual |
SetWorkspaceUsed(int i) | itk::fem::LinearSystemWrapperItpack | inline |
Solve(void) | itk::fem::LinearSystemWrapperItpack | virtual |
SuccessiveOverrelaxation() | itk::fem::LinearSystemWrapperItpack | inline |
Superclass typedef | itk::fem::LinearSystemWrapperItpack | |
SwapMatrices(unsigned int matrixIndex1, unsigned int matrixIndex2) | itk::fem::LinearSystemWrapperItpack | virtual |
SwapSolutions(unsigned int solutionIndex1, unsigned int solutionIndex2) | itk::fem::LinearSystemWrapperItpack | virtual |
SwapVectors(unsigned int vectorIndex1, unsigned int vectorIndex2) | itk::fem::LinearSystemWrapperItpack | virtual |
SymmetricSuccessiveOverrelaxationConjugateGradient() | itk::fem::LinearSystemWrapperItpack | inline |
SymmetricSuccessiveOverrelaxationSuccessiveOverrelaxation() | itk::fem::LinearSystemWrapperItpack | inline |
VectorHolder typedef | itk::fem::LinearSystemWrapperItpack | |
VectorRepresentation typedef | itk::fem::LinearSystemWrapperItpack | |
~LinearSystemWrapper() | itk::fem::LinearSystemWrapper | inlinevirtual |
~LinearSystemWrapperItpack() | itk::fem::LinearSystemWrapperItpack | |
~Solution() | itk::fem::Solution | inlinevirtual |