<?xml version='1.0' encoding='UTF-8'?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2026-05-12T18:34:39Z</responseDate>
  <request metadataPrefix="jpcoar_1.0" verb="GetRecord" identifier="oai:ipsj.ixsq.nii.ac.jp:00214576">https://ipsj.ixsq.nii.ac.jp/oai</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:ipsj.ixsq.nii.ac.jp:00214576</identifier>
        <datestamp>2025-01-19T16:33:36Z</datestamp>
        <setSpec>934:935:10774:10775</setSpec>
      </header>
      <metadata>
        <jpcoar:jpcoar xmlns:datacite="https://schema.datacite.org/meta/kernel-4/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:jpcoar="https://github.com/JPCOAR/schema/blob/master/1.0/" xmlns:oaire="http://namespace.openaire.eu/schema/oaire/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rioxxterms="http://www.rioxx.net/schema/v2.0/rioxxterms/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="https://github.com/JPCOAR/schema/blob/master/1.0/" xsi:schemaLocation="https://github.com/JPCOAR/schema/blob/master/1.0/jpcoar_scm.xsd">
          <dc:title>Design and Implementation of a Multicomplex Number Library for Computing any Order of Derivatives</dc:title>
          <dc:title xml:lang="en">Design and Implementation of a Multicomplex Number Library for Computing any Order of Derivatives</dc:title>
          <jpcoar:creator>
            <jpcoar:creatorName>Shaowen, Li</jpcoar:creatorName>
          </jpcoar:creator>
          <jpcoar:creator>
            <jpcoar:creatorName>Hiroyuki, Sato</jpcoar:creatorName>
          </jpcoar:creator>
          <jpcoar:creator>
            <jpcoar:creatorName xml:lang="en">Shaowen, Li</jpcoar:creatorName>
          </jpcoar:creator>
          <jpcoar:creator>
            <jpcoar:creatorName xml:lang="en">Hiroyuki, Sato</jpcoar:creatorName>
          </jpcoar:creator>
          <jpcoar:subject subjectScheme="Other">[発表概要, Unrefereed Presentatin Abstract]</jpcoar:subject>
          <datacite:description descriptionType="Other">Derivatives are the central pillar for solving many computational problems including the training of neural networks, the development of artificial intelligence tools, and physical simulations. Various methods for computing derivatives exist, and they can be classified into four categories: (1) manual derivation; (2) numerical differentiation; (3) symbolic differentiation; and (4) automatic differentiation. Using complex numbers for computing derivatives can be considered as a numerical method, and it avoids the cancellation error inherent to the finite difference method. It possesses advantages from numerical differentiation including better efficiency and easy implementation. Implemented properly, it also achieves comparable accuracy with symbolic and automatic differentiation. Generalizing complex number to higher dimensions further enables us to calculate derivatives of any order, which is hard to obtain using other approaches. In this work, the knowledge of multicomplex algebra is first described and a C++ multicomplex class is constructed. The efficiency and accuracy of potential implementations are compared. Furthermore, a source code transformer that automatically embeds the multicomplex data type into the original program is implemented. The transformer augments this approach with the advantage that programmers can focus solely on building the computation and only a minimum code rewriting is needed. We evaluate the performance and productivity of our library and the transformer in two applications: poisoning attack and mass-spring simulation.</datacite:description>
          <datacite:description descriptionType="Other">Derivatives are the central pillar for solving many computational problems including the training of neural networks, the development of artificial intelligence tools, and physical simulations. Various methods for computing derivatives exist, and they can be classified into four categories: (1) manual derivation; (2) numerical differentiation; (3) symbolic differentiation; and (4) automatic differentiation. Using complex numbers for computing derivatives can be considered as a numerical method, and it avoids the cancellation error inherent to the finite difference method. It possesses advantages from numerical differentiation including better efficiency and easy implementation. Implemented properly, it also achieves comparable accuracy with symbolic and automatic differentiation. Generalizing complex number to higher dimensions further enables us to calculate derivatives of any order, which is hard to obtain using other approaches. In this work, the knowledge of multicomplex algebra is first described and a C++ multicomplex class is constructed. The efficiency and accuracy of potential implementations are compared. Furthermore, a source code transformer that automatically embeds the multicomplex data type into the original program is implemented. The transformer augments this approach with the advantage that programmers can focus solely on building the computation and only a minimum code rewriting is needed. We evaluate the performance and productivity of our library and the transformer in two applications: poisoning attack and mass-spring simulation.</datacite:description>
          <dc:publisher xml:lang="ja">情報処理学会</dc:publisher>
          <datacite:date dateType="Issued">2022-01-05</datacite:date>
          <dc:language>eng</dc:language>
          <dc:type rdf:resource="http://purl.org/coar/resource_type/c_6501">journal article</dc:type>
          <jpcoar:identifier identifierType="URI">https://ipsj.ixsq.nii.ac.jp/records/214576</jpcoar:identifier>
          <jpcoar:sourceIdentifier identifierType="ISSN">1882-7802</jpcoar:sourceIdentifier>
          <jpcoar:sourceIdentifier identifierType="NCID">AA11464814</jpcoar:sourceIdentifier>
          <jpcoar:sourceTitle>情報処理学会論文誌プログラミング（PRO）</jpcoar:sourceTitle>
          <jpcoar:volume>15</jpcoar:volume>
          <jpcoar:issue>1</jpcoar:issue>
          <jpcoar:pageStart>17</jpcoar:pageStart>
          <jpcoar:pageEnd>17</jpcoar:pageEnd>
          <jpcoar:file>
            <jpcoar:URI label="IPSJ-TPRO1501011.pdf">https://ipsj.ixsq.nii.ac.jp/record/214576/files/IPSJ-TPRO1501011.pdf</jpcoar:URI>
            <jpcoar:mimeType>application/pdf</jpcoar:mimeType>
            <jpcoar:extent>29.6 kB</jpcoar:extent>
            <datacite:date dateType="Available">2024-01-05</datacite:date>
          </jpcoar:file>
        </jpcoar:jpcoar>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
