open3d.core#
Classes
Device context specifying device type and device id. |
|
Open3D data types. |
|
A vector of integers for specifying shape, strides, etc. |
|
A HashMap is an unordered map from key to value wrapped by Tensors. |
|
A HashSet is an unordered set of keys wrapped by Tensors. |
|
A Scalar can store one of {double, int64, bool}. |
|
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 perform addmm of two 2D tensors with compatible shapes. |
|
Appends the values tensor to the self tensor, along the given axis and returns a new tensor. |
|
Concatenates the list of tensors in their order, along the given axis into a new tensor. |
|
Function to compute determinant of a 2D square tensor. |
|
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 compute LU factorisation of a square 2D tensor. |
|
Function to compute LU factorisation of a square 2D tensor. |
|
Function to perform matrix multiplication of two 2D tensors with compatible shapes. |
|
Computes the element-wise maximum of input and other. |
|
Computes the element-wise minimum of input and other. |
|
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. |
|
Function to get lower triangular matrix, below diagonal |
|
Function to get upper triangular matrix, above diagonal |
|
Function to get both upper and lower triangular matrix |
Modules
|