rbmatlab 0.10.01
|
function deleting zero-columns from matrix X
.
More...
Go to the source code of this file.
Functions | |
function Xdel = | delzerocolumns ( X, epsilon, A) |
function deleting zero-columns from matrix X . |
function deleting zero-columns from matrix X
.
Definition in file delzerocolumns.m.
function Xdel = delzerocolumns | ( | X, | |
epsilon, | |||
A | |||
) |
function deleting zero-columns from matrix X
.
Detection by . Optionally, the inner-product-matrix
A
can be additionally passed for correct computation of the inner product.
X | matrix whose zero columns shall be eliminated |
epsilon | tolerance value ![]() |
A | optional inner product matrix used for norm computation (Default: ![]() |
Xdel | matrix whose zero columns are deleted |
Definition at line 1 of file delzerocolumns.m.