Scenic.Math.Matrix.project_vectors
You're seeing just the function
project_vectors
, go back to Scenic.Math.Matrix module for more information.
Project a list of vectors by a matrix.
This operation is implemented as a NIF for performance.
Parameters:
- matrix: A matrix
- vectors: The list of vectors to project
Returns: A list of projected vectors