Uses of Class
com.opengamma.strata.math.impl.matrix.MatrixAlgebra
- 
Packages that use MatrixAlgebra Package Description com.opengamma.strata.math.impl.matrix com.opengamma.strata.math.impl.rootfinding.newton com.opengamma.strata.math.impl.statistics.leastsquare  - 
- 
Uses of MatrixAlgebra in com.opengamma.strata.math.impl.matrix
Subclasses of MatrixAlgebra in com.opengamma.strata.math.impl.matrix Modifier and Type Class Description classCommonsMatrixAlgebraProvides matrix algebra by using the Commons library.classOGMatrixAlgebraA minimal implementation of matrix algebra.Methods in com.opengamma.strata.math.impl.matrix that return MatrixAlgebra Modifier and Type Method Description static MatrixAlgebraMatrixAlgebraFactory. getMatrixAlgebra(String algebraName)Given a name, returns an instance of the matrix algebra calculator.Methods in com.opengamma.strata.math.impl.matrix with parameters of type MatrixAlgebra Modifier and Type Method Description static StringMatrixAlgebraFactory. getMatrixAlgebraName(MatrixAlgebra algebra)Given a matrix algebra calculator, returns its name. - 
Uses of MatrixAlgebra in com.opengamma.strata.math.impl.rootfinding.newton
Constructors in com.opengamma.strata.math.impl.rootfinding.newton with parameters of type MatrixAlgebra Constructor Description InverseJacobianDirectionFunction(MatrixAlgebra algebra)Creates an instance.ShermanMorrisonMatrixUpdateFunction(MatrixAlgebra algebra)ShermanMorrisonVectorRootFinder(double absoluteTol, double relativeTol, int maxSteps, Decomposition<?> decomp, MatrixAlgebra algebra)Creates an instance. - 
Uses of MatrixAlgebra in com.opengamma.strata.math.impl.statistics.leastsquare
Constructors in com.opengamma.strata.math.impl.statistics.leastsquare with parameters of type MatrixAlgebra Constructor Description NonLinearLeastSquare(Decomposition<?> decomposition, MatrixAlgebra algebra, double eps)NonLinearLeastSquareWithPenalty(Decomposition<?> decomposition, MatrixAlgebra algebra, double eps)General constructor. 
 -