@lakuna/umath
    Preparing search index...

    Function fromValues

    • Create a three-by-three matrix with the given values.

      Type Parameters

      Parameters

      • c0r0: number

        The value in the first column and first row.

      • c0r1: number

        The value in the first column and second row.

      • c0r2: number

        The value in the first column and third row.

      • c1r0: number

        The value in the second column and first row.

      • c1r1: number

        The value in the second column and second row.

      • c1r2: number

        The value in the second column and third row.

      • c2r0: number

        The value in the third column and first row.

      • c2r1: number

        The value in the third column and second row.

      • c2r2: number

        The value in the third column and third row.

      • out: T

        The matrix to store the result in.

      Returns T

      The matrix.