Home
last modified time | relevance | path

Searched defs:solveInPlace (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
H A DPreconditionedIterativeLinearSolver.java188 public abstract RealVector solveInPlace( in solveInPlace() method in PreconditionedIterativeLinearSolver
197 public RealVector solveInPlace( in solveInPlace() method in PreconditionedIterativeLinearSolver
H A DSymmLQ.java1052 public RealVector solveInPlace( in solveInPlace() method in SymmLQ
1102 public RealVector solveInPlace( in solveInPlace() method in SymmLQ
1172 public RealVector solveInPlace( in solveInPlace() method in SymmLQ
H A DIterativeLinearSolver.java161 public abstract RealVector solveInPlace(RealLinearOperator a, RealVector b, RealVector x0) in solveInPlace() method in IterativeLinearSolver
H A DConjugateGradient.java137 public RealVector solveInPlace( in solveInPlace() method in ConjugateGradient
/aosp_15_r20/external/eigen/Eigen/src/SparseLU/
H A DSparseLU.h807 void solveInPlace( MatrixBase<Dest> &X) const in solveInPlace() function
830 template<typename Dest> void solveInPlace(MatrixBase<Dest> &X) const in solveInPlace() function
H A DSparseLU_SupernodalMatrix.h237 void MappedSuperNodalMatrix<Scalar,Index_>::solveInPlace( MatrixBase<Dest>&X) const in solveInPlace() function