multidimensionalProjector | R Documentation |
multidimensionalProjector is a function that takes a multidimensional subspace and calculates its projector using the sum of the outter products of its vectors. You can use the 'subspaceGeneration' function from 'QLSA' library to define a subspace in order to calculate its multidimensional projector
multidimensionalProjector(subspace)
subspace |
A multidimensional subspace in a matrix format. |
The function will return a matrix with the projector of the subspace.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.