SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions
shared3p_matrix.sc File Reference

Functions

template<domain D :shared3p >
D uint rowSums (D bool[[2]] mat)
 
template<domain D :shared3p >
D uint8 rowSums (D uint8[[2]] mat)
 
template<domain D :shared3p >
D uint16 rowSums (D uint16[[2]] mat)
 
template<domain D :shared3p >
D uint32 rowSums (D uint32[[2]] mat)
 
template<domain D :shared3p >
D uint rowSums (D uint[[2]] mat)
 
template<domain D :shared3p >
D int8 rowSums (D int8[[2]] mat)
 
template<domain D :shared3p >
D int16 rowSums (D int16[[2]] mat)
 
template<domain D :shared3p >
D int32 rowSums (D int32[[2]] mat)
 
template<domain D :shared3p >
D int rowSums (D int[[2]] mat)
 
template<domain D :shared3p >
D float32 rowSums (D float32[[2]] mat)
 
template<domain D :shared3p >
D float64 rowSums (D float64[[2]] mat)
 
template<domain D :shared3p >
D fix32 rowSums (D fix32[[2]] mat)
 
template<domain D :shared3p >
D fix64 rowSums (D fix64[[2]] mat)
 
template<domain D :shared3p >
D uint colSums (D bool[[2]] mat)
 
template<domain D :shared3p >
D uint8 colSums (D uint8[[2]] mat)
 
template<domain D :shared3p >
D uint16 colSums (D uint16[[2]] mat)
 
template<domain D :shared3p >
D uint32 colSums (D uint32[[2]] mat)
 
template<domain D :shared3p >
D uint colSums (D uint[[2]] mat)
 
template<domain D :shared3p >
D int8 colSums (D int8[[2]] mat)
 
template<domain D :shared3p >
D int16 colSums (D int16[[2]] mat)
 
template<domain D :shared3p >
D int32 colSums (D int32[[2]] mat)
 
template<domain D :shared3p >
D int colSums (D int[[2]] mat)
 
template<domain D :shared3p >
D float32 colSums (D float32[[2]] mat)
 
template<domain D :shared3p >
D float64 colSums (D float64[[2]] mat)
 
template<domain D :shared3p >
D fix32 colSums (D fix32[[2]] mat)
 
template<domain D :shared3p >
D fix64 colSums (D fix64[[2]] mat)
 
template<domain D :shared3p >
D uint8 dotProduct (D uint8[[1]] x, D uint8[[1]] y)
 
template<domain D :shared3p >
D uint16 dotProduct (D uint16[[1]] x, D uint16[[1]] y)
 
template<domain D :shared3p >
D uint32 dotProduct (D uint32[[1]] x, D uint32[[1]] y)
 
template<domain D :shared3p >
D uint dotProduct (D uint[[1]] x, D uint[[1]] y)
 
template<domain D :shared3p >
D int8 dotProduct (D int8[[1]] x, D int8[[1]] y)
 
template<domain D :shared3p >
D int16 dotProduct (D int16[[1]] x, D int16[[1]] y)
 
template<domain D :shared3p >
D int32 dotProduct (D int32[[1]] x, D int32[[1]] y)
 
template<domain D :shared3p >
D int dotProduct (D int[[1]] x, D int[[1]] y)
 
template<domain D :shared3p >
D float32 dotProduct (D float32[[1]] x, D float32[[1]] y)
 
template<domain D :shared3p >
D float64 dotProduct (D float64[[1]] x, D float64[[1]] y)
 
template<domain D :shared3p >
D uint8 dotProduct (D uint8[[2]] x, D uint8[[2]] y)
 
template<domain D :shared3p >
D uint16 dotProduct (D uint16[[2]] x, D uint16[[2]] y)
 
template<domain D :shared3p >
D uint32 dotProduct (D uint32[[2]] x, D uint32[[2]] y)
 
template<domain D :shared3p >
D uint dotProduct (D uint[[2]] x, D uint[[2]] y)
 
template<domain D :shared3p >
D int8 dotProduct (D int8[[2]] x, D int8[[2]] y)
 
template<domain D :shared3p >
D int16 dotProduct (D int16[[2]] x, D int16[[2]] y)
 
template<domain D :shared3p >
D int32 dotProduct (D int32[[2]] x, D int32[[2]] y)
 
template<domain D :shared3p >
D int dotProduct (D int[[2]] x, D int[[2]] y)
 
template<domain D :shared3p >
D float32 dotProduct (D float32[[2]] x, D float32[[2]] y)
 
template<domain D :shared3p >
D float64 dotProduct (D float64[[2]] x, D float64[[2]] y)
 
template<domain D :shared3p >
D float32 vecLength (D float32[[1]] x)
 
template<domain D :shared3p >
D float64 vecLength (D float64[[1]] x)
 
template<domain D :shared3p >
D float32 vecLength (D float32[[2]] x)
 
template<domain D :shared3p >
D float64 vecLength (D float64[[2]] x)
 
template<domain D :shared3p >
D float32 unitVector (D float32[[1]] x)
 
template<domain D :shared3p >
D float64 unitVector (D float64[[1]] x)
 
template<domain D :shared3p >
D float32 unitVector (D float32[[2]] x)
 
template<domain D :shared3p >
D float64 unitVector (D float64[[2]] x)
 
template<domain D :shared3p >
D int8 crossProduct (D int8[[1]] x, D int8[[1]] y)
 
template<domain D :shared3p >
D int16 crossProduct (D int16[[1]] x, D int16[[1]] y)
 
template<domain D :shared3p >
D int32 crossProduct (D int32[[1]] x, D int32[[1]] y)
 
template<domain D :shared3p >
D int crossProduct (D int[[1]] x, D int[[1]] y)
 
template<domain D :shared3p >
D float32 crossProduct (D float32[[1]] x, D float32[[1]] y)
 
template<domain D :shared3p >
D float64 crossProduct (D float64[[1]] x, D float64[[1]] y)
 
template<domain D :shared3p >
D int8 crossProduct (D int8[[2]] x, D int8[[2]] y)
 
template<domain D :shared3p >
D int16 crossProduct (D int16[[2]] x, D int16[[2]] y)
 
template<domain D :shared3p >
D int32 crossProduct (D int32[[2]] x, D int32[[2]] y)
 
template<domain D :shared3p >
D int crossProduct (D int[[2]] x, D int[[2]] y)
 
template<domain D :shared3p >
D float32 crossProduct (D float32[[2]] x, D float32[[2]] y)
 
template<domain D :shared3p >
D float64 crossProduct (D float64[[2]] x, D float64[[2]] y)
 
template<domain D :shared3p >
D uint8 matrixMultiplication (D uint8[[2]] x, D uint8[[2]] y)
 
template<domain D :shared3p >
D uint16 matrixMultiplication (D uint16[[2]] x, D uint16[[2]] y)
 
template<domain D :shared3p >
D uint32 matrixMultiplication (D uint32[[2]] x, D uint32[[2]] y)
 
template<domain D :shared3p >
D uint matrixMultiplication (D uint[[2]] x, D uint[[2]] y)
 
template<domain D :shared3p >
D int8 matrixMultiplication (D int8[[2]] x, D int8[[2]] y)
 
template<domain D :shared3p >
D int16 matrixMultiplication (D int16[[2]] x, D int16[[2]] y)
 
template<domain D :shared3p >
D int32 matrixMultiplication (D int32[[2]] x, D int32[[2]] y)
 
template<domain D :shared3p >
D int matrixMultiplication (D int[[2]] x, D int[[2]] y)
 
template<domain D :shared3p >
D float32 matrixMultiplication (D float32[[2]] x, D float32[[2]] y)
 
template<domain D :shared3p >
D float64 matrixMultiplication (D float64[[2]] x, D float64[[2]] y)
 
template<domain D :shared3p >
D fix32 matrixMultiplication (D fix32[[2]] x, D fix32[[2]] y)
 
template<domain D :shared3p >
D fix64 matrixMultiplication (D fix64[[2]] x, D fix64[[2]] y)
 
template<domain D :shared3p >
D uint8 matrixMultiplication (D uint8[[3]] x, D uint8[[3]] y)
 
template<domain D :shared3p >
D uint16 matrixMultiplication (D uint16[[3]] x, D uint16[[3]] y)
 
template<domain D :shared3p >
D uint32 matrixMultiplication (D uint32[[3]] x, D uint32[[3]] y)
 
template<domain D :shared3p >
D uint matrixMultiplication (D uint[[3]] x, D uint[[3]] y)
 
template<domain D :shared3p >
D int8 matrixMultiplication (D int8[[3]] x, D int8[[3]] y)
 
template<domain D :shared3p >
D int16 matrixMultiplication (D int16[[3]] x, D int16[[3]] y)
 
template<domain D :shared3p >
D int32 matrixMultiplication (D int32[[3]] x, D int32[[3]] y)
 
template<domain D :shared3p >
D int matrixMultiplication (D int[[3]] x, D int[[3]] y)
 
template<domain D :shared3p >
D float32 matrixMultiplication (D float32[[3]] x, D float32[[3]] y)
 
template<domain D :shared3p >
D float64 matrixMultiplication (D float64[[3]] x, D float64[[3]] y)
 
template<domain D :shared3p >
D float32 cholesky (D float32[[2]] x)
 
template<domain D :shared3p >
D float64 cholesky (D float64[[2]] x)
 
template<domain D :shared3p >
D float32 choleskyInverse (D float32[[2]] x)
 
template<domain D :shared3p >
D float64 choleskyInverse (D float64[[2]] x)
 
template<domain D :shared3p >
D float32 borderingInverse (D float32[[2]] x)
 
template<domain D :shared3p >
D float64 borderingInverse (D float64[[2]] x)
 
template<domain D :shared3p , type T>
D T transpose (D T[[2]] X)