JM

Java Matrix Multiplication

Publisher: iNerd
Virus scanned Windows Free
Download v1.0 161 downloads
Version1.0
PublisheriNerd
Release dateJan 3, 2013
Date addedJan 4, 2013
Os requirementsWindows, Windows XP, Windows Vista, Windows 7
RequirementsNone
Total downloads161
PriceFree

Description

Java Matrix Multiplication (JMM) is a simple Java application helps you to solve matrix problems. In many areas of programming people require a tool which can simplify there n*n matrix multiplication problem in reasonable amount of time. This can usually be done with 3 tight for loop and special care for handling dimension errors. A special care has been taken to indicate that matrix multiplication is not possible and this is indicated using DimensionError Exception.