Uses of Class
linearalgebra.numeric.AbstractMatrix

Packages that use AbstractMatrix
linearalgebra.numeric   
 

Uses of AbstractMatrix in linearalgebra.numeric
 

Subclasses of AbstractMatrix in linearalgebra.numeric
 class Matrix
           
 class TransposeWrapper
           
 

Methods in linearalgebra.numeric with parameters of type AbstractMatrix
private static void AbstractMatrix.setDiagonalToOne(AbstractMatrix m)