| 631 | } |
| 632 | |
| 633 | void error_gpuDeadCopyMatrixFunctionCalled() { |
| 634 | |
| 635 | raiseInternalError("The internal GPU function copyMatrixIfGpuCompiled() was called, though is intended as dead-code - matrices needing copying to GPU should be stored as flat row-wise lists."); |
| 636 | } |
| 637 | |
| 638 | void error_gpuDenseMatrixConjugatedAndTransposed() { |
| 639 |
no test coverage detected