Package org.ejml.dense.row.linsol
package org.ejml.dense.row.linsol
-
ClassDescriptionIn many situations solutions to linear systems that share many of the same data points are needed.In many situations solutions to linear systems that share many of the same data points are needed.A matrix can be easily inverted by solving a system with an identify matrix.A matrix can be easily inverted by solving a system with an identify matrix.A matrix can be easily inverted by solving a system with an identify matrix.A matrix can be easily inverted by solving a system with an identify matrix.Wrapper that allows
DMatrixRBlock
to implementsLinearSolverDense
.Wrapper that allowsFMatrixRBlock
to implementsLinearSolverDense
.An abstract class that provides some common functionality and a default implementation of invert that uses the solve function of the child class.An abstract class that provides some common functionality and a default implementation of invert that uses the solve function of the child class.An abstract class that provides some common functionality and a default implementation of invert that uses the solve function of the child class.An abstract class that provides some common functionality and a default implementation of invert that uses the solve function of the child class.Solver which uses an unrolled inverse to compute the inverse.Solver which uses an unrolled inverse to compute the inverse.