solve {madness}R Documentation

Basic Matrix Inversion

Description

Basic Matrix Inversion

Usage

## S4 method for signature 'ANY,missing'
solve(a, b)

## S4 method for signature 'madness,missing'
solve(a, b)

## S4 method for signature 'madness,madness'
solve(a, b)

## S4 method for signature 'madness,array'
solve(a, b)

## S4 method for signature 'madness,ANY'
solve(a, b)

## S4 method for signature 'array,madness'
solve(a, b)

## S4 method for signature 'ANY,madness'
solve(a, b)

Arguments

a, b

madness object or matrix value.

Author(s)

Steven E. Pav shabbychef@gmail.com


[Package madness version 0.2.8 Index]