Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ idMult
Function
idMult
kernel/ideals.h:84–87 ·
view source on GitHub ↗
hh := h1 * h2
Source
from the content-addressed store, hash-verified
82
83
/// hh := h1 * h2
84
static inline ideal idMult (ideal h1, ideal h2)
85
{
86
return id_Mult(h1, h2, currRing);
87
}
88
89
BOOLEAN idIs0 (ideal h);
90
Callers
2
jjTIMES_ID
Function · 0.85
idMinBase
Function · 0.85
Calls
1
id_Mult
Function · 0.85
Tested by
no test coverage detected