summaryrefslogtreecommitdiff
path: root/utils.py
blob: 8d82f492648031f6e12f74f9c0946583cbac2745 (plain)
1
2
3
4
import warnings
warnings.warn('This module is deprecated, use math_utils.array_utils', DeprecationWarning)

from math_utils.array_utils import matrix_invert, matrix_det, array_reflect