| Package | Description |
|---|---|
| com.io7m.jpra.runtime.java |
Runtime components.
|
| Modifier and Type | Method and Description |
|---|---|
JPRATypeModelType.JPRAScalarType |
JPRATypeModel.JPRAMatrix.elementType() |
JPRATypeModelType.JPRAScalarType |
JPRATypeModel.JPRAVector.elementType() |
| Modifier and Type | Method and Description |
|---|---|
static JPRATypeModel.JPRAMatrix |
JPRATypeModel.JPRAMatrix.of(int width,
int height,
JPRATypeModelType.JPRAScalarType elementType)
Construct a new immutable
JPRAMatrix instance. |
static JPRATypeModel.JPRAVector |
JPRATypeModel.JPRAVector.of(int length,
JPRATypeModelType.JPRAScalarType elementType)
Construct a new immutable
JPRAVector instance. |
A |
JPRATypeModelType.JPRATypeMatcherType.onScalar(JPRATypeModelType.JPRAScalarType t)
Match a scalar type.
|
JPRATypeModel.JPRAMatrix |
JPRATypeModel.JPRAMatrix.withElementType(JPRATypeModelType.JPRAScalarType value)
Copy the current immutable object by setting a value for the
elementType attribute. |
JPRATypeModel.JPRAVector |
JPRATypeModel.JPRAVector.withElementType(JPRATypeModelType.JPRAScalarType value)
Copy the current immutable object by setting a value for the
elementType attribute. |
Copyright © 2015 <code@io7m.com> http://io7m.com