Uses of Interface
org.lsmp.djep.vectorJep.function.UnaryOperatorI

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

Uses of UnaryOperatorI in org.lsmp.djep.jama
 

Classes in org.lsmp.djep.jama that implement UnaryOperatorI
 class Inverse
          Find the inverses of a matrix.
 class Rank
          Find the rank of a matrix.
 

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

Classes in org.lsmp.djep.vectorJep.function that implement UnaryOperatorI
 class Determinant
          Calculate the Determinant of a matrix det([[1,2],[3,4]]) -> 1*4-2*3 = -2
 class Diagonal
          Creates a diagonal matrix, with a given vector as diagonals elements.
 class GetDiagonal
          Extracts diagonal from a square matrix.
 class Length
          Returns the length of a vector.
 class MUMinus
          Unitary minus for matrices.
 class Size
          Returns the size of an Scaler, Vector or Matrix.
 class Trace
          Calculate the trace of a matrix trace([[1,2],[3,4]]) -> 1+4 = 5
 class Transpose
          Transpose a matrix.
 class VSum
          Adds the elements of a vector or matrix.
 



Copyright © 2014. All rights reserved.