| Package | Description |
|---|---|
| com.io7m.jpra.runtime.java |
Runtime components.
|
| Modifier and Type | Method and Description |
|---|---|
static JPRATypeModel.JPRAMatrix |
JPRATypeModel.JPRAMatrix.copyOf(JPRATypeModelType.JPRAMatrixType instance)
Creates an immutable copy of a
JPRATypeModelType.JPRAMatrixType value. |
static JPRATypeModel.JPRAMatrix |
JPRATypeModel.JPRAMatrix.of(int width,
int height,
JPRATypeModelType.JPRAScalarType elementType)
Construct a new immutable
JPRAMatrix instance. |
JPRATypeModel.JPRAMatrix |
JPRATypeModel.JPRAMatrix.withElementType(JPRATypeModelType.JPRAScalarType value)
Copy the current immutable object by setting a value for the
elementType attribute. |
JPRATypeModel.JPRAMatrix |
JPRATypeModel.JPRAMatrix.withHeight(int value)
Copy the current immutable object by setting a value for the
height attribute. |
JPRATypeModel.JPRAMatrix |
JPRATypeModel.JPRAMatrix.withWidth(int value)
Copy the current immutable object by setting a value for the
width attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com