mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-02-26 16:26:00 +08:00
Differential Revision: D55650177 fbshipit-source-id: d5faa4d805bb40fe3dea70b0601e7a1382b09f3a
11 lines
290 B
Python
11 lines
290 B
Python
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
# All rights reserved.
|
|
#
|
|
# This source code is licensed under the BSD-style license found in the
|
|
# LICENSE file in the root directory of this source tree.
|
|
|
|
# pyre-unsafe
|
|
|
|
from .symeig3x3 import symeig3x3
|
|
from .utils import _safe_det_3x3
|