Lines Matching full:symmetric
1318 throw new RSRuntimeException("A must be a symmetric matrix");
1373 throw new RSRuntimeException("A must be a symmetric matrix");
1560 * SSYR2 performs the symmetric rank 2 operation
1579 * SSPR2 performs the symmetric rank 2 operation
1748 * DSYR2 performs the symmetric rank 2 operation
1767 * DSPR2 performs the symmetric rank 2 operation
1992 * CHER2 performs the symmetric rank 2 operation
2012 * CHPR2 performs the symmetric rank 2 operation
2207 * ZHER2 performs the symmetric rank 2 operation
2227 * ZHPR2 performs the symmetric rank 2 operation
2312 throw new RSRuntimeException("Matrix C is not symmetric");
2477 * @param Side Specifies whether the symmetric matrix A appears on the left or right.
2489 //For SYMM, Matrix A should be symmetric
2491 throw new RSRuntimeException("Matrix A is not symmetric");
2504 symmetric matrix A appears on the left or right.
2517 throw new RSRuntimeException("Matrix A is not symmetric");
2530 * @param Side Specifies whether the symmetric matrix A appears on the left or right.
2543 throw new RSRuntimeException("Matrix A is not symmetric");
2556 * @param Side Specifies whether the symmetric matrix A appears on the left or right.
2569 throw new RSRuntimeException("Matrix A is not symmetric");
2577 * SSYRK performs one of the symmetric rank k operations
2604 * DSYRK performs one of the symmetric rank k operations
2630 * CSYRK performs one of the symmetric rank k operations
2657 * ZSYRK performs one of the symmetric rank k operations
2701 throw new RSRuntimeException("Invalid symmetric matrix in SYR2K");
2710 * SSYR2K performs one of the symmetric rank 2k operations
2736 * DSYR2K performs one of the symmetric rank 2k operations
2762 * CSYR2K performs one of the symmetric rank 2k operations
2788 * ZSYR2K performs one of the symmetric rank 2k operations
2825 throw new RSRuntimeException("Called TRMM with a non-symmetric matrix A");
2848 * @param Side Specifies whether the symmetric matrix A appears on the left or right.
2871 * @param Side Specifies whether the symmetric matrix A appears on the left or right.
2894 * @param Side Specifies whether the symmetric matrix A appears on the left or right.
2917 * @param Side Specifies whether the symmetric matrix A appears on the left or right.
2944 // A needs to contain at least that symmetric matrix but could theoretically be larger
2946 throw new RSRuntimeException("Called TRSM with a non-symmetric matrix A");
2970 * @param Side Specifies whether the symmetric matrix A appears on the left or right.
2993 * @param Side Specifies whether the symmetric matrix A appears on the left or right.
3016 * @param Side Specifies whether the symmetric matrix A appears on the left or right.
3039 * @param Side Specifies whether the symmetric matrix A appears on the left or right.
3085 * @param Side Specifies whether the symmetric matrix A appears on the left or right.
3106 * @param Side Specifies whether the symmetric matrix A appears on the left or right.