MCPcopy Create free account
hub / github.com/Kitware/VTK / InvertMatrix

Function InvertMatrix

Common/Core/vtkMath.h:975–979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973 template <int SizeT, class LayoutT = vtkMatrixUtilities::Layout::Identity, class MatrixT1,
974 class MatrixT2>
975 static void InvertMatrix(MatrixT1&& M1, MatrixT2&& M2)
976 {
977 vtkMathPrivate::InvertMatrix<SizeT, LayoutT>::Compute(
978 std::forward<MatrixT1>(M1), std::forward<MatrixT2>(M2));
979 }
980
981 /**
982 * This method solves linear systems M * x = y.

Callers 15

InvertMatrixMethod · 0.70
SolveLeastSquaresMethod · 0.70
DerivativesMethod · 0.50
JacobianInverseMethod · 0.50
DerivativesMethod · 0.50
JacobianInverseMethod · 0.50
JacobianInverseMethod · 0.50
DerivativesMethod · 0.50
JacobianInverseMethod · 0.50
JacobianInverseMethod · 0.50
JacobianInverseMethod · 0.50

Calls 1

ComputeFunction · 0.85

Tested by

no test coverage detected