| 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 |
PMatrix4x4DType<A,B> |
The type of 4x4
double-typed matrices. |
interface |
PMatrixReadable4x4DType<A,B> |
The type of 4x4
double-typed matrices. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
PMatrix4x4D<A,B> |
The type of 4x4
double-typed matrices. |
| Modifier and Type | Method | Description |
|---|---|---|
PMatrix4x4D.Builder<A,B> |
PMatrix4x4D.Builder.from(MatrixReadable4x4DType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4DType instance. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Matrix4x4DType |
The type of 4x4
double-typed matrices. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Matrix4x4D |
The type of 4x4
double-typed matrices. |
| Modifier and Type | Method | Description |
|---|---|---|
Matrix4x4D.Builder |
Matrix4x4D.Builder.from(MatrixReadable4x4DType instance) |
Fill a builder with attribute values from the provided
com.io7m.jtensors.core.unparameterized.matrices.MatrixReadable4x4DType instance. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
PMatrixStorage4x4Type<A,B> |
The type of mutable 4x4 floating point number matrices.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
MatrixStorage4x4Type |
The type of mutable 4x4 floating point number matrices.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
MatrixByteBuffered4x4Type |
The type of byte buffer backed 4x4 matrices.
|
interface |
PMatrixByteBuffered4x4Type<A,B> |
The type of byte buffer backed 4x4 matrices.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MatrixByteBuffered4x4s16 |
A storage matrix.
|
class |
MatrixByteBuffered4x4s32 |
A storage matrix.
|
class |
MatrixByteBuffered4x4s64 |
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