We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The substructure and types that make up a matrix are as follows:
type Col float64 type Row []Col type Matrix []Row
Ultimately, all values that make up a matrix are of type float64 and appropriate conversions can be made.
There was an error while loading. Please reload this page.