transpose-matrix
There are 19 repositories under transpose-matrix topic.
R-js/blasjs
Pure Javascript manually written :ok_hand: implementation of BLAS, Many numerical software applications use BLAS computations, including Armadillo, LAPACK, LINPACK, GNU Octave, Mathematica, MATLAB, NumPy, R, and Julia.
courseworks/AUT_BP_2024_Fall_HW4
The fourth assignment for AUT's Basic Programming course (Fall 2024) introduces advanced C programming challenges. Students will swap values of 2D arrays, transpose square matrices in-place, and sort arrays using various algorithms like Bubble Sort and Merge Sort. The tasks emphasize the mastery of pointers and multi-dimensional arrays.
formulae-org/package-list-js
List package for Fōrmulæ, in JavaScript
hanyoseob/matlab-transpose
Transpose operator
hanyoseob/python-transpose
Tranpose operator
KasatNiraj/DSA-MATRIX
Matrix Practice Problems
Kostisef/cuda-matrix-multiplication
A CUDA approach for computing the multiplication of a transposed matrix with the initial one, using the cuBLAS library.
pareshg18/Prinicple-Component-Analysis
How does PCA work?
sergeyshor/Linear-Algebra-Library
A header-only template library with implementation of Linear Algebra tools and methods for C++
alisonbunce/Recommendation_Systems
This repository houses 3 different Jupyter Notebooks that each analyze the similarity in data points to most effectively inform customer recommendations in the retail space.
archielicious/Having-Fun-with-Javascript
Several fun and interesting mathematical problems were solved using Javascript.
edualves15/minMatrix
Simple and fast library for matrix operations in C language, including functions for linear algebra.
khushi-sabarad/c_codes
Basic coding using C
OGaliy/MatrixCalculateLibrary
Matrix calculation
Da9i/Cpp_TransposeOfMatrix
C++ program to find the transpose of a matrix
zyn10/Transpose-of-Matrix
Taking transpose of matrix using cpp