Package org.ejml.dense.row.decomposition
package org.ejml.dense.row.decomposition
-
ClassDescriptionGeneric interface for wrapping a
DMatrixRBlock
decomposition for processing ofDMatrixRMaj
.Generic interface for wrapping aFMatrixRBlock
decomposition for processing ofFMatrixRMaj
.This contains algorithms for solving systems of equations where T is a non-singular triangular matrix:
T*x = b
where x and b are vectors, and T is an n by n matrix.This contains algorithms for solving systems of equations where T is a non-singular triangular matrix:
T*x = b
where x and b are vectors, and T is an n by n matrix.Helper functions for generic decompsotions.Helper functions for generic decompsotions.