Skip to content

yuruto-free/gram-schmidt-orthonormalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

グラム・シュミットの正規直交化法

グラム・シュミットの正規直交化法をC言語で実装する。

環境

  • コンパイラ

    GCC

  • ライブラリ

    math.h

  • 必要なコマンド

    make

ビルド

以下のコマンドを実行する。

make

実行

以下のコマンドを実行する。

./gram-schmidt

実行ファイルの削除

以下のコマンドを実行する。

make clean

About

グラム・シュミットの正規直交化法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published