Uses of Class
org.lsmp.djep.vectorJep.values.Matrix

Packages that use Matrix
org.lsmp.djep.jama   
org.lsmp.djep.vectorJep.function   
 

Uses of Matrix in org.lsmp.djep.jama
 

Methods in org.lsmp.djep.jama that return Matrix
static Matrix JamaUtil.fromJama(Jama.Matrix A)
           
static Matrix JamaUtil.fromJama(Jama.Matrix A, Matrix m)
           
 

Methods in org.lsmp.djep.jama with parameters of type Matrix
static Matrix JamaUtil.fromJama(Jama.Matrix A, Matrix m)
           
static Jama.Matrix JamaUtil.toJama(Matrix m)
           
 

Uses of Matrix in org.lsmp.djep.vectorJep.function
 

Methods in org.lsmp.djep.vectorJep.function that return Matrix
 Matrix MAdd.add(Matrix lhs, Matrix rhs)
          Adds two matrices.
 Matrix MSubtract.sub(Matrix lhs, Matrix rhs)
          Adds two matrices.
 Matrix MUMinus.umin(Matrix lhs)
          negate a matrix.
 

Methods in org.lsmp.djep.vectorJep.function with parameters of type Matrix
 Matrix MAdd.add(Matrix lhs, Matrix rhs)
          Adds two matrices.
 Matrix MSubtract.sub(Matrix lhs, Matrix rhs)
          Adds two matrices.
 Matrix MUMinus.umin(Matrix lhs)
          negate a matrix.
 



Copyright © 2014. All rights reserved.