Scenic.Math.Matrix.project_vectors

You're seeing just the function project_vectors, go back to Scenic.Math.Matrix module for more information.
Link to this function

project_vectors(a, vector_bin)

View Source

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