Bundle::Math::Matrix - Bundle related to math with matrices or vectors


Bundle-Math-Matrix documentation Contained in the Bundle-Math-Matrix distribution.

Index


Code Index:

NAME

Top

Bundle::Math::Matrix - Bundle related to math with matrices or vectors

SYNOPSIS

Top

 perl -MCPAN -e 'install Bundle::Math::Matrix'

CONTENTS

Top

Math::Complex - Complex numbers are vectors of sorts

Math::GMatrix

Math::Matrix

Math::MatrixBool

Math::MatrixReal

Math::MatrixReal::Ext1

Math::MatrixSparse

Math::Orthonormalize

Math::Quaternion

Math::Vec

Math::VecStat

Math::VectorReal

DESCRIPTION

Top

This is a bundle of modules related to math with matrices or vectors.

Please have a look at Bundle::Math.

If you would like to see a specific module included in a future version of this bundle, please send me an email or use rt.cpan.org.

AUTHOR

Top

Steffen Mueller <bundlemath-module at steffen-mueller dot net>


Bundle-Math-Matrix documentation Contained in the Bundle-Math-Matrix distribution.

package Bundle::Math::Matrix;
use strict;
use warnings;

$VERSION = '1.01';

1;

__END__