Learn R Programming

CVXR (version 1.9.1)

condition_number: Condition number of a PSD matrix

Description

Computes the condition number lambda_max(A) / lambda_min(A) for a positive semidefinite matrix A. This is a quasiconvex atom.

Usage

condition_number(A)

Value

An expression representing the condition number of A

Arguments

A

A square matrix expression (must be PSD)