| Package | Description |
|---|---|
| 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 and 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 and 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 and 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 and 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