linear_projection: Orthogonal projection to a linear subspace.

Description Usage Arguments

Description

This function calculates the orthogonal projection of a point (cloud) in a Euclidean space to a linear subspace.

Usage

1
linear_projection(cloud, subspace)

Arguments

cloud

An m-by-n matrix of coordinates for m points in n-dimensional space.

subspace

An k-by-n matrix of coordinates spanning, together with the origin, the h-dimensional linear subspace.


corybrunson/cloud documentation built on May 13, 2019, 10:51 p.m.