multidimensionalProjector: multidimensionalProjector

View source: R/QLSA.R

multidimensionalProjectorR Documentation

multidimensionalProjector

Description

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

Usage

multidimensionalProjector(subspace)

Arguments

subspace

A multidimensional subspace in a matrix format.

Value

The function will return a matrix with the projector of the subspace.


amartinezm90/QLSA documentation built on March 25, 2022, 2:25 a.m.