Skip to content

AshishMantosh/MatrixMultiplicationUsingCinScilabAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MatrixMultiplicationUsingCinScilabAPI

Scilab gateway function in C for matrix multiplication

Brief :

A C function " multiply(mat1, mat2) " which accepts two double matrices - mat1 & mat2 from Scilab console, checks if the dimension are correct for matrix multiplication, computes the product and displays the product on Scilab console.

Files :

  1. sci_multiply.c is the c-source code file with the neccessary gateway protocols.
  2. builder.sce is the scilab script that compiles and the rest of the files are automatically generates because of its execution using 'exec' in the scilab console.

Output :

scilabgatewayincmatrixmultiplication

About

Scilab gateway function in C for matrix multiplication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published