cmatnum

my C language math and numerical computing library

https://github.com/chaihahaha/cmatnum

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.6%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

my C language math and numerical computing library

Basic Info
  • Host: GitHub
  • Owner: chaihahaha
  • License: gpl-3.0
  • Language: C
  • Default Branch: main
  • Size: 46.2 MB
Statistics
  • Stars: 20
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

cmatnum

my C language math and numerical computing library

Build

mkdir build cd build cmake .. -DBLAS_openblas_LIBRARY=/path/to/lib/libopenblas.so.0 cmake --build .

References

[1] Karstadt, Elaye and Oded Schwartz. “Matrix Multiplication, a Little Faster.” Journal of the ACM (JACM) 67 (2020): 1 - 31.

[2] Benson, Austin R. and Grey Ballard. “A framework for practical parallel fast matrix multiplication.” Proceedings of the 20th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (2014): n. pag.

[3] Schwartz, Oded et al. “Alternative Basis Matrix Multiplication is Fast and Stable.” 2024 IEEE International Parallel and Distributed Processing Symposium (IPDPS) (2024): 38-51.

[4] https://github.com/arbenson/fast-matmul

[5] https://fmm.univ-lille.fr

[6] Drevet, Charles-Éric et al. “Optimization techniques for small matrix multiplication.” Theor. Comput. Sci. 412 (2011): 2219-2236.

[7] Respondek, J. S. (2025). Fast matrix multiplication with applications. doi:10.1007/978-3-031-76930-6

[8] Smirnov, A.V. (2013). The bilinear complexity and practical algorithms for matrix multiplication. Computational Mathematics and Mathematical Physics, 53, 1781-1795.

Owner

  • Name: chaihahaha
  • Login: chaihahaha
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
title: cmatnum
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Shitong
    family-names: Chai
    affiliation: Harbin Institute of Technology
repository-code: 'https://github.com/chaihahaha/cmatnum'
abstract: >-
  cmatnum: implementation of fast subcubic matrix multiplications with BLAS and C programming language
license: GPLv3

GitHub Events

Total
  • Watch event: 19
  • Push event: 89
  • Fork event: 1
Last Year
  • Watch event: 19
  • Push event: 89
  • Fork event: 1