Home
last modified time | relevance | path

Searched refs:vectorIndex2 (Results 1 – 6 of 6) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/src/
H A DitkFEMLinearSystemWrapperItpack.cxx858 void LinearSystemWrapperItpack::SwapVectors(unsigned int vectorIndex1, unsigned int vectorIndex2) in SwapVectors() argument
873 if( vectorIndex2 >= m_NumberOfVectors ) in SwapVectors()
879 vectorIndex2); in SwapVectors()
884 ( *m_Vectors )[vectorIndex1] = ( *m_Vectors )[vectorIndex2]; in SwapVectors()
885 ( *m_Vectors )[vectorIndex2] = temp; in SwapVectors()
H A DitkFEMLinearSystemWrapper.cxx238 ::AddVectorVector(unsigned int vectorIndex1, unsigned int vectorIndex2) in AddVectorVector() argument
243 this->AddVectorValue(r, this->GetVectorValue(r, vectorIndex2), vectorIndex1); in AddVectorVector()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/include/
H A DitkFEMLinearSystemWrapper.h338 virtual void SwapVectors(unsigned int vectorIndex1, unsigned int vectorIndex2) = 0;
391 virtual void AddVectorVector(unsigned int vectorIndex1, unsigned int vectorIndex2);
H A DitkFEMLinearSystemWrapperDenseVNL.h139 void SwapVectors(unsigned int vectorIndex1, unsigned int vectorIndex2) override;
H A DitkFEMLinearSystemWrapperVNL.h134 void SwapVectors(unsigned int vectorIndex1, unsigned int vectorIndex2) override;
H A DitkFEMLinearSystemWrapperItpack.h612 void SwapVectors(unsigned int vectorIndex1, unsigned int vectorIndex2) override;