Searched refs:solveLinearSystemRect (Results 1 – 8 of 8) sorted by relevance
/dports/math/openturns/openturns-1.18/lib/src/Base/Type/openturns/ |
H A D | ComplexMatrixImplementation.hxx | 95 ComplexCollection solveLinearSystemRect(const ComplexCollection & b, 98 ComplexMatrixImplementation solveLinearSystemRect(const ComplexMatrixImplementation & b,
|
H A D | MatrixImplementation.hxx | 187 Point solveLinearSystemRect(const Point & b, 189 MatrixImplementation solveLinearSystemRect(const MatrixImplementation & b,
|
/dports/math/openturns/openturns-1.18/lib/src/Base/Type/ |
H A D | Matrix.cxx | 233 return getImplementation()->solveLinearSystemRect(b, keepIntact); in solveLinearSystem() 239 …return Implementation(getImplementation()->solveLinearSystemRect(*(b.getImplementation()), keepInt… in solveLinearSystem()
|
H A D | ComplexMatrix.cxx | 100 return getImplementation()->solveLinearSystemRect(b, keepIntact); in solveLinearSystem() 106 …return Implementation(getImplementation()->solveLinearSystemRect(*(b.getImplementation()), keepInt… in solveLinearSystem()
|
H A D | ComplexMatrixImplementation.cxx | 104 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 D | MatrixImplementation.cxx | 729 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 D | PenalizedLeastSquaresAlgorithm.cxx | 237 setCoefficients(basisMatrix.solveLinearSystemRect(rightHandSide)); in run()
|
/dports/math/openturns/openturns-1.18/ |
H A D | ChangeLog | 2489 * Fixed bugs in solveLinearSystemRect() method of MatrixImplementation class.
|