Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
Det.h
Go to the documentation of this file.
1// ----------------------------------------------------------------------------
2// - Open3D: www.open3d.org -
3// ----------------------------------------------------------------------------
4// Copyright (c) 2018-2024 www.open3d.org
5// SPDX-License-Identifier: MIT
6// ----------------------------------------------------------------------------
7
8#pragma once
9
10#include "open3d/core/Tensor.h"
11
12namespace open3d {
13namespace core {
14
15// See documentation for `core::Tensor::Det`.
16double Det(const Tensor& A);
17
18} // namespace core
19} // namespace open3d
double Det(const Tensor &A)
Definition Det.cpp:16
Definition PinholeCameraIntrinsic.cpp:16