Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[irteus/irtmath.l] Add inverse matrix of complex matrix and eigen decompose considering complex number #554

Merged
merged 5 commits into from
Jun 11, 2020

Conversation

k-kimura
Copy link
Contributor

・ 複素行列(要素に複素数をもつ行列)の逆行列の関数(inverse-matrix-complex)
・ 複素数の固有値も考慮した固有値分解の関数(eigen-decompose-complex)
を追加しました.

また,それをテストするサンプルプログラムを追加しています.

irteusgl$ (load "./irteus/test/mathtest.l")
TEST-NAME: mathtest
  now testing...
start testing [mathtest]
;; quaternion2matrix : invalid input #f(7.0 9.0 5.0 1.0), the norm is not 1
ALL RESULTS:
  TEST-NUM: 1
    PASSED:   1
    FAILURE:  0
RESULT: all-test
  TEST-NUM: 0
    PASSED:   0
    FAILURE:  0
RESULT: mathtest
  TEST-NUM: 1
    PASSED:   1
    FAILURE:  0
[ INFO] [1564215122.237826706]: cell* ROSEUS_EXIT(context*, int, cell**)

@k-okada
Copy link
Member

k-okada commented Jul 28, 2019

ドキュメントも追加しましょう

@Affonso-Gui
Copy link
Member

@k-okada Documentation has been merged at euslisp/EusLisp#393 , but we still don't have this functions. Is this getting merged soon?

@k-okada
Copy link
Member

k-okada commented Feb 15, 2020

@Affonso-Gui @k-kimura merging euslisp/EusLisp#393 was my fault, you do not need to add jskeus document under euslisp repository.

@k-okada
Copy link
Member

k-okada commented Jun 7, 2020

@k-kimura ドキュメントも追加しましょう

@k-okada
Copy link
Member

k-okada commented Jun 7, 2020

Thank you for contributing jskeus documentation

Please check latest documents before merging

PDF version of Japanese jmanual: jmanual.pdf
HTML version of Japanese manual: jmanual.html
Sphinx (ReST) version of Japanese manual: jmanual.rst

@k-okada k-okada merged commit 5f4ce95 into euslisp:master Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants