| Modifier and Type | Method and Description |
|---|---|
Matrixd |
abs() |
Matrixd |
ceil() |
double |
determinant() |
Matrixd |
div(double a) |
Matrixd |
floor() |
double |
get(int row,
int col) |
Vectord |
getColumn(int col) |
Vectord |
getRow(int row) |
Matrixd |
invert() |
Matrixd |
mul(double a) |
Matrixd |
negate() |
Matrixd |
pow(double pow) |
Matrixd |
round() |
double[] |
toArray(boolean columnMajor) |
Matrixd |
toDouble() |
Matrixf |
toFloat() |
double |
trace() |
Matrixd |
transpose() |
double get(int row,
int col)
Vectord getRow(int row)
Vectord getColumn(int col)
Matrixd mul(double a)
Matrixd div(double a)
Matrixd pow(double pow)
Matrixd ceil()
Matrixd floor()
Matrixd round()
Matrixd abs()
Matrixd negate()
Matrixd transpose()
double trace()
double determinant()
Matrixd invert()
double[] toArray(boolean columnMajor)
Matrixf toFloat()
Matrixd toDouble()
Copyright © 2013–2016 Flow Powered. All rights reserved.