calculateobjfun {multiRDPG} | R Documentation |
calculateobjfun
calculates the objective function
Description
calculateobjfun
calculates the objective function
Usage
calculateobjfun(Aplus, Lambda, U)
Arguments
Aplus |
List of positive semi definite part of A matrices |
Lambda |
List of Lambdas |
U |
U matrix that contains the othogonal vectors |
Value
Returns the value of the objective function, sum(||Aplus-U Lambda U^T||_F^2)
Author(s)
Agnes Martine Nielsen (agni@dtu.dk)
[Package multiRDPG version 1.0.1 Index]