Skip to content

KBE3D / KBCore / Cesium / createCovarianceMatrixFromUpperTriangle

函数: createCovarianceMatrixFromUpperTriangle()

createCovarianceMatrixFromUpperTriangle(array: number[]): Matrix3

Creates a Matrix3 that describes a covariance matrix (which is symmetric) from the array containing the upper triangle, in column-major order.

参数

array

number[]

The input array

返回

Matrix3

The Matrix3

KBE3D @3.0.0 Copyright © 2024-present KBE3D