Question:

C++ matrix multiplication?

by  |  earlier

0 LIKES UnLike

a program that does matrix mulitiplication in C/C++ that does, subscript range checking anf for w/c you can obtain an assembly language or machine language version . from the compiler determined the # of instructions required to the subscript range checking x compare it with the total number of instructions for the matrix multiplication process.

 Tags:

   Report

2 ANSWERS


  1. Yes, C++ (and C) can do this easily.


  2. You can find the code here

    someone wrote the code to compare performance between java and c++.

    matrix.cpp

    http://kano.net/javabench/src/cpp/matrix...

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.