| 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 |
PMatrix3x3DType<A,B> |
The type of 3x3
double-typed matrices. |
interface |
PMatrixReadable3x3DType<A,B> |
The type of 3x3
double-typed matrices. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PMatrix3x3D<A,B> |
The type of 3x3
double-typed matrices. |
| Modifier and Type | Method | Description |
|---|---|---|
PMatrix3x3D.Builder<A,B> |
PMatrix3x3D.Builder.from(MatrixReadable3x3DType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3DType instance. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Matrix3x3DType |
The type of 3x3
double-typed matrices. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Matrix3x3D |
The type of 3x3
double-typed matrices. |
| Modifier and Type | Method | Description |
|---|---|---|
Matrix3x3D.Builder |
Matrix3x3D.Builder.from(MatrixReadable3x3DType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable3x3DType instance. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PMatrixStorage3x3Type<A,B> |
The type of mutable 3x3 floating point number matrices.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
MatrixStorage3x3Type |
The type of mutable 3x3 floating point number matrices.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
MatrixByteBuffered3x3Type |
The type of byte buffer backed 3x3 matrices.
|
interface |
PMatrixByteBuffered3x3Type<A,B> |
The type of byte buffer backed 3x3 matrices.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MatrixByteBuffered3x3s16 |
A storage matrix.
|
class |
MatrixByteBuffered3x3s32 |
A storage matrix.
|
class |
MatrixByteBuffered3x3s64 |
A storage matrix.
|
class |
PMatrixByteBuffered3x3s16<A,B> |
A storage matrix.
|
class |
PMatrixByteBuffered3x3s32<A,B> |
A storage matrix.
|
class |
PMatrixByteBuffered3x3s64<A,B> |
A storage matrix.
|
Copyright © 2017 <code@io7m.com> http://io7m.com