| Package | Description |
|---|---|
| com.io7m.jtensors.core.parameterized.matrices |
Parameterized matrix types.
|
| com.io7m.jtensors.core.unparameterized.matrices |
Unparameterized matrix types.
|
| com.io7m.jtensors.storage.api.parameterized.matrices |
Parameterized matrix storage types.
|
| com.io7m.jtensors.storage.api.unparameterized.matrices |
Unparameterized matrix storage types.
|
| com.io7m.jtensors.storage.bytebuffered |
Tensor ByteBuffered storage implementations.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PMatrix2x2DType<A,B> |
The type of 2x2
double-typed matrices. |
interface |
PMatrix3x3DType<A,B> |
The type of 3x3
double-typed matrices. |
interface |
PMatrix4x4DType<A,B> |
The type of 4x4
double-typed matrices. |
interface |
PMatrixReadable2x2DType<A,B> |
The type of 2x2
double-typed matrices. |
interface |
PMatrixReadable3x3DType<A,B> |
The type of 3x3
double-typed matrices. |
interface |
PMatrixReadable4x4DType<A,B> |
The type of 4x4
double-typed matrices. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PMatrix2x2D<A,B> |
The type of 2x2
double-typed matrices. |
class |
PMatrix3x3D<A,B> |
The type of 3x3
double-typed matrices. |
class |
PMatrix4x4D<A,B> |
The type of 4x4
double-typed matrices. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Matrix2x2DType |
The type of 2x2
double-typed matrices. |
interface |
Matrix3x3DType |
The type of 3x3
double-typed matrices. |
interface |
Matrix4x4DType |
The type of 4x4
double-typed matrices. |
interface |
MatrixReadable2x2DType |
The type of 2x2
double-typed matrices. |
interface |
MatrixReadable3x3DType |
The type of 3x3
double-typed matrices. |
interface |
MatrixReadable4x4DType |
The type of 4x4
double-typed matrices. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Matrix2x2D |
The type of 2x2
double-typed matrices. |
class |
Matrix3x3D |
The type of 3x3
double-typed matrices. |
class |
Matrix4x4D |
The type of 4x4
double-typed matrices. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PMatrixStorage2x2Type<A,B> |
The type of mutable 2x2 floating point number matrices.
|
interface |
PMatrixStorage3x3Type<A,B> |
The type of mutable 3x3 floating point number matrices.
|
interface |
PMatrixStorage4x4Type<A,B> |
The type of mutable 4x4 floating point number matrices.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
MatrixStorage2x2Type |
The type of mutable 2x2 floating point number matrices.
|
interface |
MatrixStorage3x3Type |
The type of mutable 3x3 floating point number matrices.
|
interface |
MatrixStorage4x4Type |
The type of mutable 4x4 floating point number matrices.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
MatrixByteBuffered2x2Type |
The type of byte buffer backed 2x2 matrices.
|
interface |
MatrixByteBuffered3x3Type |
The type of byte buffer backed 3x3 matrices.
|
interface |
MatrixByteBuffered4x4Type |
The type of byte buffer backed 4x4 matrices.
|
interface |
PMatrixByteBuffered2x2Type<A,B> |
The type of byte buffer backed 2x2 matrices.
|
interface |
PMatrixByteBuffered3x3Type<A,B> |
The type of byte buffer backed 3x3 matrices.
|
interface |
PMatrixByteBuffered4x4Type<A,B> |
The type of byte buffer backed 4x4 matrices.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MatrixByteBuffered2x2s16 |
A storage matrix.
|
class |
MatrixByteBuffered2x2s32 |
A storage matrix.
|
class |
MatrixByteBuffered2x2s64 |
A storage matrix.
|
class |
MatrixByteBuffered3x3s16 |
A storage matrix.
|
class |
MatrixByteBuffered3x3s32 |
A storage matrix.
|
class |
MatrixByteBuffered3x3s64 |
A storage matrix.
|
class |
MatrixByteBuffered4x4s16 |
A storage matrix.
|
class |
MatrixByteBuffered4x4s32 |
A storage matrix.
|
class |
MatrixByteBuffered4x4s64 |
A storage matrix.
|
class |
PMatrixByteBuffered2x2s16<A,B> |
A storage matrix.
|
class |
PMatrixByteBuffered2x2s32<A,B> |
A storage matrix.
|
class |
PMatrixByteBuffered2x2s64<A,B> |
A storage matrix.
|
class |
PMatrixByteBuffered3x3s16<A,B> |
A storage matrix.
|
class |
PMatrixByteBuffered3x3s32<A,B> |
A storage matrix.
|
class |
PMatrixByteBuffered3x3s64<A,B> |
A storage matrix.
|
class |
PMatrixByteBuffered4x4s16<A,B> |
A storage matrix.
|
class |
PMatrixByteBuffered4x4s32<A,B> |
A storage matrix.
|
class |
PMatrixByteBuffered4x4s64<A,B> |
A storage matrix.
|
Copyright © 2017 <code@io7m.com> http://io7m.com