LTPDA Toolbox™ | contents | ![]() ![]() |
MATRIX constructor for matrix class. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: MATRIX constructor for matrix class. CONSTRUCTOR: fb = matrix() - creates an empty matrix object fb = matrix(objs) - construct from an array of objects fb = matrix(pl) - create a matrix object from a parameter list Parameters Description %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | matrix |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
Default |
From MAT File |
From XML File |
From Repository |
From Built-in Model |
From Input |
From Values |
Default |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
From MAT File |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
FILENAME | '' | none | MAT filename. |
From XML File |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
FILENAME | '' | none | XML filename. |
From Repository |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
HOSTNAME | '' | none | Database server hostname. |
DATABASE | '' | none | Database name. |
USERNAME | '' | none | User name to use when connecting to the database. Leave blank to be prompted. |
PASSWORD | {} [0x0] | none | Password to use when connecting to the database. Leave blank to be prompted. |
CONN | [] | none | Java mysql object. |
ID, IDS | [] | none | A vector of object IDs. |
CID | [] | none | A vector of collection IDs. |
BINARY | 1 |
|
Use binary representation (not always available). |
From Built-in Model |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
BUILT-IN | '' | none | Choose one of the built-in models. (use class.getBuiltInModels to get a list for a particular user class) |
From Input |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
SHAPE | [] | none | Specify the shape of the resulting matrix. |
OBJS | [] | none | Matrix of user objects. |
From Values |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
VALUES | [] | none | Each value will create a single AO. |
YUNITS | {} [0x0] | none | Y-unit for the AOs which are built from the values |
NAMES | {} [0x0] | none | Names for the AOs which are built from the values |
Some information of the method matrix/matrix are listed below: | |
---|---|
Class name | matrix |
Method name | matrix |
Category | Constructor |
Package name | ltpda |
VCS Version | 175910878ca914560542d679d9d392de37438d84 |
Min input args | 0 |
Max input args | -1 |
Min output args | 1 |
Max output args | 1 |
![]() |
Method: matrix/transpose | Method: matrix/rebuild | ![]() |
©LTP Team