Learn R Programming

multiRDPG (version 1.0.1)

calculateobjfun: 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)