FindLibrary

FindLibrary[lib]

LibraryFunctionLoadでロード可能な動的ライブラリを見付ける.

詳細

  • FindLibraryはWolframのライブラリと一般的な動的ライブラリの両方の位置を見付けることができる.
  • FindLibraryは相対的なファイル名が与えられると$LibraryPathを使ってそのライブラリを見付ける.
  • ファイルの拡張子が不明の場合,FindLibraryは使用中のプラットフォームに相応しい名前,つまりLinuxなら.so,Windowsなら.dll,Mac OS Xなら.dylibを追加する.
  • FindLibraryLibraryFunctionLoad等のライブラリ関数でライブラリの検索に使われる.

例題

  (1)

以下はdemoと呼ばれるサンプルライブラリを見付ける:

Wolfram Research (2010), FindLibrary, Wolfram言語関数, https://reference.wolfram.com/language/ref/FindLibrary.html.

テキスト

Wolfram Research (2010), FindLibrary, Wolfram言語関数, https://reference.wolfram.com/language/ref/FindLibrary.html.

CMS

Wolfram Language. 2010. "FindLibrary." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FindLibrary.html.

APA

Wolfram Language. (2010). FindLibrary. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FindLibrary.html

BibTeX

@misc{reference.wolfram_2024_findlibrary, author="Wolfram Research", title="{FindLibrary}", year="2010", howpublished="\url{https://reference.wolfram.com/language/ref/FindLibrary.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_findlibrary, organization={Wolfram Research}, title={FindLibrary}, year={2010}, url={https://reference.wolfram.com/language/ref/FindLibrary.html}, note=[Accessed: 21-November-2024 ]}