@lakuna/umath
    Preparing search index...

    Function fromValues

    • Create a four-by-four 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.

      • c0r3: number

        The value in the first column and fourth 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.

      • c1r3: number

        The value in the second column and fourth 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.

      • c2r3: number

        The value in the third column and fourth row.

      • c3r0: number

        The value in the fourth column and first row.

      • c3r1: number

        The value in the fourth column and second row.

      • c3r2: number

        The value in the fourth column and third row.

      • c3r3: number

        The value in the fourth column and fourth row.

      • out: T

        The matrix to store the result in.

      Returns T

      The matrix.