open3d.core¶
Classes
Device context specifying device type and device id. |
|
Open3D data types. |
|
Open3D data type codes. |
|
A vector of integers for specifying shape, strides, etc. |
|
A Hashmap is a map from key to data wrapped by Tensors. |
|
Open3D None type. |
|
A vector of integers for specifying shape, strides, etc. |
|
A Tensor is a view of a data Blob with shape, stride, data_ptr. |
Functions
|
Function to inverse a square 2D tensor. |
|
Function to solve X for a linear system AX = B where A is a full rank matrix. |
|
Function to perform matrix multiplication of two 2D tensors with compatible shapes. |
|
Function to solve X for a linear system AX = B where A is a square matrix |
|
Function to decompose A with A = U S VT. |