import { MatN } from '@holotope/core'; /** Internal Cholesky inverse for a symmetric positive-definite material metric. */ export declare function inversePositiveDefiniteN(matrix: MatN, caller: string): MatN; //# sourceMappingURL=simplex-constitutive-matrix.d.ts.map