Giter Club home page Giter Club logo

nsdhw_24sp's Introduction

This repository is for homework assignments for Numerical Software Development (NYCU 2024 spring).

To turn in your submission, you need to clone this repository, and create a pull request (PR). Your cloned repository needs to be public on GitHub. The branch of your PR needs to start with <github-user-name>-hw#, e.g., myname-hw2-attempt1.

If you are new to GitHub, the GitHub Actions workflow for your homework submission will need to be approved before your first PR is merged.

The code in your PR shouldn't duplicate with your classmates'. Once duplication is found, the latter submitter should modify the code. One way to avoid the hassle is to submit (a correct answer, of course) as early as possible.

nsdhw_24sp's People

Contributors

yungyuc avatar kevinshlo avatar ananaee avatar andymyyon avatar hakkaz avatar bhchen2001 avatar r1407p avatar lianghy0326 avatar quentinducoulombier avatar yjack0000 avatar zona8815 avatar ravencyan avatar

Watchers

 avatar  avatar

nsdhw_24sp's Issues

[hw3] add libopenblas-dev into CI

Since some students might not use Intel CPU, an alternative is OpenBLAS (providing cblas_dgemm() ) which can be installed on Debian with apt-get install libopenblas-dev .

include header:

#include <cblas.h>

link with -lopenblas option

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.