torch.linalg.CondOptions
export interface CondOptions {
/** Order of the norm (default: 2). Can be 1, -1, 2, -2, 'fro', 'nuc', or inf/-inf */
p?: number | string;
}p(number | string)optional- – Order of the norm (default: 2). Can be 1, -1, 2, -2, 'fro', 'nuc', or inf/-inf
Options for cond.