Home
last modified time | relevance | path

Searched refs:solveLinearSystemRect (Results 1 – 8 of 8) sorted by relevance

/dports/math/openturns/openturns-1.18/lib/src/Base/Type/openturns/
H A DComplexMatrixImplementation.hxx95 ComplexCollection solveLinearSystemRect(const ComplexCollection & b,
98 ComplexMatrixImplementation solveLinearSystemRect(const ComplexMatrixImplementation & b,
H A DMatrixImplementation.hxx187 Point solveLinearSystemRect(const Point & b,
189 MatrixImplementation solveLinearSystemRect(const MatrixImplementation & b,
/dports/math/openturns/openturns-1.18/lib/src/Base/Type/
H A DMatrix.cxx233 return getImplementation()->solveLinearSystemRect(b, keepIntact); in solveLinearSystem()
239 …return Implementation(getImplementation()->solveLinearSystemRect(*(b.getImplementation()), keepInt… in solveLinearSystem()
H A DComplexMatrix.cxx100 return getImplementation()->solveLinearSystemRect(b, keepIntact); in solveLinearSystem()
106 …return Implementation(getImplementation()->solveLinearSystemRect(*(b.getImplementation()), keepInt… in solveLinearSystem()
H A DComplexMatrixImplementation.cxx104 ComplexMatrixImplementation ComplexMatrixImplementation::solveLinearSystemRect (const ComplexMatrix… in solveLinearSystemRect() function in ComplexMatrixImplementation
147 ComplexMatrixImplementation::ComplexCollection ComplexMatrixImplementation::solveLinearSystemRect (… in solveLinearSystemRect() function in ComplexMatrixImplementation
155 return solveLinearSystemRect(ComplexMatrixImplementation(m, 1, b), keepIntact); in solveLinearSystemRect()
H A DMatrixImplementation.cxx729 MatrixImplementation MatrixImplementation::solveLinearSystemRect (const MatrixImplementation & b, in solveLinearSystemRect() function in MatrixImplementation
770 Point MatrixImplementation::solveLinearSystemRect (const Point & b, in solveLinearSystemRect() function in MatrixImplementation
778 return solveLinearSystemRect(MatrixImplementation(m, 1, b), keepIntact); in solveLinearSystemRect()
870 return solveLinearSystemRect(MatrixImplementation(m, 1, b), keepIntact); in solveLinearSystemSquare()
/dports/math/openturns/openturns-1.18/lib/src/Base/Algo/
H A DPenalizedLeastSquaresAlgorithm.cxx237 setCoefficients(basisMatrix.solveLinearSystemRect(rightHandSide)); in run()
/dports/math/openturns/openturns-1.18/
H A DChangeLog2489 * Fixed bugs in solveLinearSystemRect() method of MatrixImplementation class.