org.uninode.leaf | ![]() |
org.uninode.0.360
Instance of Type
Inheriting from Node
Type data | Value |
org.uninode.Type.displayPattern | a {att:org.uninode.Node.type} |
Attribute summary | Defined in | Uninode® Id | Properties | Default | |
String | toString This is the display string. | Node | org.uninode.0.102 | ||
Type | type The type of an object determines the behaviour and attributes of the object. | Node | org.uninode.0.101 | ||
String | uri | Node | org.uninode.0.103 |
Method summary | Defined in | Overrides | Properties | |
Matrix(Int identitySize) | Matrix | |||
Matrix(Int columns, Int rows) | Matrix | |||
Matrix(Int columns, Int rows, Indexable contents) | Matrix | |||
Matrix | add(Matrix matrix) | Matrix | ||
Int | columns | Matrix | introspection | |
Real | get(Int column, Int row) | Matrix | ||
Matrix | inverse | Matrix | ||
Matrix | mult(Matrix matrix) | Matrix | ||
void | put(Int column, Int row, Real value) | Matrix | ||
Matrix | random | Matrix | ||
Int | rows | Matrix | introspection | |
Matrix | transpose | Matrix |