mikera.matrixx.decompose.ICholeskyLDUResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vectorz Show documentation
Show all versions of vectorz Show documentation
Fast double-precision vector and matrix maths library for Java, supporting N-dimensional numeric arrays.
package mikera.matrixx.decompose;
import mikera.matrixx.impl.ADiagonalMatrix;
public interface ICholeskyLDUResult extends ICholeskyResult{
/**
* Returns a Diagonal matrix from the decomposition
*
* @return The diagonal matrix D
*/
public ADiagonalMatrix getD();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy