createCovarianceMatrixFromUpperTriangle
external fun createCovarianceMatrixFromUpperTriangle(array: ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for JsDouble>): Matrix3(source)
Creates a Matrix3 that describes a covariance matrix (which is symmetric) from the array containing the upper triangle, in column-major order.
Return
The Matrix3
Parameters
array
The input array