Lines Matching refs:F64

335      * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
336 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
339 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
343 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
445 * @param A The input allocation contains the band matrix A, supported elements type {@link Element#F64}.
446 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
449 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
454 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
618 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
619 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
623 validateTRMV(Element.F64(mRS), Uplo, TransA, Diag, A, X, incX);
714 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
715 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
723 validateTRMV(Element.F64(mRS), Uplo, TransA, Diag, A, X, incX);
833 * @param Ap The input allocation contains packed matrix A, supported elements type {@link Element#F64}.
834 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
838 int N = validateTPMV(Element.F64(mRS), Uplo, TransA, Diag, Ap, X, incX);
924 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
925 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
930 validateTRMV(Element.F64(mRS), Uplo, TransA, Diag, A, X, incX);
1026 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
1027 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
1032 validateTRMV(Element.F64(mRS), Uplo, TransA, Diag, A, X, incX);
1146 * @param Ap The input allocation contains packed matrix A, supported elements type {@link Element#F64}.
1147 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
1152 int N = validateTPMV(Element.F64(mRS), Uplo, TransA, Diag, Ap, X, incX);
1613 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
1614 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
1617 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
1621 int N = validateSYMV(Element.F64(mRS), Uplo, A, X, Y, incX, incY);
1641 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
1642 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
1645 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
1653 int N = validateSYMV(Element.F64(mRS), Uplo, A, X, Y, incX, incY);
1673 * @param Ap The input allocation contains matrix A, supported elements type {@link Element#F64}.
1674 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
1677 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
1681 int N = validateSPMV(Element.F64(mRS), Uplo, Ap, X, incX, Y, incY);
1692 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
1694 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
1696 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
1701 validateGER(Element.F64(mRS), X, incX, Y, incY, A);
1713 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
1715 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
1718 int N = validateSYR(Element.F64(mRS), Uplo, X, incX, A);
1738 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
1740 * @param Ap The input allocation contains matrix A, supported elements type {@link Element#F64}.
1743 int N = validateSPR(Element.F64(mRS), Uplo, X, incX, Ap);
1755 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
1757 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
1759 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
1762 int N = validateSYR2(Element.F64(mRS), Uplo, X, incX, Y, incY, A);
1782 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
1784 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
1786 * @param Ap The input allocation contains matrix A, supported elements type {@link Element#F64}.
1789 int N = validateSPR2(Element.F64(mRS), Uplo, X, incX, Y, incY, Ap);
2372 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
2373 * @param B The input allocation contains matrix B, supported elements type {@link Element#F64}.
2375 * @param C The input allocation contains matrix C, supported elements type {@link Element#F64}.
2381 validateL3(Element.F64(mRS), TransA, TransB, 0, A, B, C);
2507 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
2508 * @param B The input allocation contains matrix B, supported elements type {@link Element#F64}.
2510 * @param C The input allocation contains matrix C, supported elements type {@link Element#F64}.
2519 validateL3(Element.F64(mRS), 0, 0, Side, A, B, C);
2612 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
2614 * @param C The input allocation contains matrix C, supported elements type {@link Element#F64}.
2619 validateL3(Element.F64(mRS), Trans, 0, 0, A, null, C);
2744 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
2745 * @param B The input allocation contains matrix B, supported elements type {@link Element#F64}.
2747 * @param C The input allocation contains matrix C, supported elements type {@link Element#F64}.
2751 validateSYR2K(Element.F64(mRS), Trans, A, B, C);
2876 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
2877 * @param B The input allocation contains matrix B, supported elements type {@link Element#F64}.
2882 validateTRMM(Element.F64(mRS), Side, TransA, A, B);
2998 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
2999 * @param B The input allocation contains matrix B, supported elements type {@link Element#F64}.
3004 validateTRSM(Element.F64(mRS), Side, TransA, A, B);