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.


alejandrommingo/QLSA documentation built on March 19, 2022, 3:36 a.m.