SOLVE: Helper function to compute the inverse of input X matrix

View source: R/utils.R

SOLVER Documentation

Helper function to compute the inverse of input X matrix

Description

This function computes the general inverse of X when it exists. If X contains a degenerated dimension, return the original X.

Usage

SOLVE(x)

Arguments

x

The input matrix X

Value

Either the general inverse of X or the X itself


JICO documentation built on May 31, 2023, 6:34 p.m.

Related to SOLVE in JICO...