rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
riccati_low_rank_factor_errors.m File Reference

Calculate the projection error for all columns in the low rank factor in Z for the given basis V. More...

Go to the source code of this file.

Functions

function errs = riccati_low_rank_factor_errors (V, Z, z0)
 Calculate the projection error for all columns in the low rank factor in Z for the given basis V. More...
 

Detailed Description

Calculate the projection error for all columns in the low rank factor in Z for the given basis V.

Definition in file riccati_low_rank_factor_errors.m.

Function Documentation

function errs = riccati_low_rank_factor_errors (   V,
  Z,
  z0 
)

Calculate the projection error for all columns in the low rank factor in Z for the given basis V.

Andreas Schmidt, 2015

Parameters
VV
ZZ
z0z0
Return values
errserrs

Definition at line 17 of file riccati_low_rank_factor_errors.m.