| Package | Description |
|---|---|
| org.lsmp.djep.jama | |
| org.lsmp.djep.vectorJep.function |
| Modifier and Type | Class and Description |
|---|---|
class |
Inverse
Find the inverses of a matrix.
|
class |
Rank
Find the rank of a matrix.
|
| Modifier and Type | Class and Description |
|---|---|
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 © 2018. All rights reserved.