| Package | Description |
|---|---|
| com.io7m.jtensors |
Core vector and matrix types.
|
| Modifier and Type | Method and Description |
|---|---|
static MatrixI2x2D |
MatrixI2x2D.identity() |
static MatrixI2x2D |
MatrixI2x2D.newFromColumns(VectorReadable2DType column_0,
VectorReadable2DType column_1)
Construct a new immutable 2x2 matrix from the given columns.
|
static MatrixI2x2D |
MatrixI2x2D.newFromReadable(MatrixReadable2x2DType m)
Construct a new immutable 2x2 matrix from the given readable 2x2 matrix.
|
Copyright © 2015 <code@io7m.com> http://io7m.com